Conversation
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>
Contributor
Registry Build PreviewAll registries built successfully! Registry:
|
Contributor
MCP Server Tool List Updates (server.json)The tool lists for modified MCP server entries have been automatically updated using Summary
This comment is automatically generated and will be updated as the workflow progresses. |
4 tasks
rdimitrov
approved these changes
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the Pinecone MCP server (
@pinecone-database/mcpv0.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-statscreate-index-for-model— provision integrated-embedding indexesupsert-records,search-recordscascading-search— cross-index dedup + rerankrerank-documents— standalone rerankingWithout
PINECONE_API_KEYonlysearch-docsis exposed; with a valid key the server exposes all nine tools.Links
ghcr.io/stacklok/dockyard/npx/pinecone-mcp:0.2.1Unblocks
With Pinecone MCP in the catalog, three Pinecone skills from
pinecone-io/skillsthat hard-depend on it (pinecone-mcp,pinecone-query,pinecone-quickstart) become eligible for packaging into dockyard skills perskill-criteria.md.Test plan
task catalog:validatepasses (bothtoolhiveandofficialregistries, both formats)