Skip to content

feat(server): add Pinecone MCP server#1103

Merged
rdimitrov merged 1 commit intomainfrom
add-pinecone-mcp
Apr 20, 2026
Merged

feat(server): add Pinecone MCP server#1103
rdimitrov merged 1 commit intomainfrom
add-pinecone-mcp

Conversation

@JAORMX
Copy link
Copy Markdown
Collaborator

@JAORMX JAORMX commented Apr 20, 2026

Adds the Pinecone MCP server (@pinecone-database/mcp v0.2.1) to both the Official and ToolHive tiers. Pinecone publishes the server themselves, qualifying for Official tier.

Tools exposed (9)

  • search-docs — query official Pinecone docs (works without auth)
  • list-indexes, describe-index, describe-index-stats
  • create-index-for-model — provision integrated-embedding indexes
  • upsert-records, search-records
  • cascading-search — cross-index dedup + rerank
  • rerank-documents — standalone reranking

Without PINECONE_API_KEY only search-docs is exposed; with a valid key the server exposes all nine tools.

Links

Unblocks

With Pinecone MCP in the catalog, three Pinecone skills from pinecone-io/skills that hard-depend on it (pinecone-mcp, pinecone-query, pinecone-quickstart) become eligible for packaging into dockyard skills per skill-criteria.md.

Test plan

  • task catalog:validate passes (both toolhive and official registries, both formats)
  • CI validation passes

Adds the Pinecone MCP server (@pinecone-database/mcp) to both the
official and toolhive tiers. Pinecone publishes the server themselves
(tier: Official).

The server exposes nine tools:
- search-docs — query Pinecone docs
- list-indexes, describe-index, describe-index-stats
- create-index-for-model — provision integrated-embedding indexes
- upsert-records, search-records
- cascading-search — cross-index dedup + rerank
- rerank-documents — standalone reranking

Without PINECONE_API_KEY only search-docs is exposed; with a valid
key the server exposes all nine index and search tools.

Source: https://github.com/pinecone-io/pinecone-mcp
Container (pending): ghcr.io/stacklok/dockyard/npx/pinecone-mcp:0.2.1
  (see stacklok/dockyard#509 for packaging PR)

Unblocks packaging of MCP-dependent Pinecone skills — pinecone-mcp,
pinecone-query, pinecone-quickstart — from pinecone-io/skills.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

Registry Build Preview

All registries built successfully!

Registry: official

  • Total Servers: 68
    • Container-based: 47
    • Remote: 21
  • Skills: 0
  • File Size: 1.5M
  • Last Updated: 2026-04-20T08:02:28Z

Registry: toolhive

  • Total Servers: 113
    • Container-based: 82
    • Remote: 31
  • Skills: 20
  • File Size: 1.9M
  • Last Updated: 2026-04-20T08:02:29Z

@github-actions
Copy link
Copy Markdown
Contributor

MCP Server Tool List Updates (server.json)

The tool lists for modified MCP server entries have been automatically updated using catalog update-tools.

Summary

Server Status Details
No changes detected

This comment is automatically generated and will be updated as the workflow progresses.

@rdimitrov rdimitrov merged commit 60e126b into main Apr 20, 2026
11 checks passed
@rdimitrov rdimitrov deleted the add-pinecone-mcp branch April 20, 2026 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants