A Model Context Protocol (MCP) server that provides semantic search over Pinecone vector databases using hybrid search (dense + sparse) with reranking.
{
"mcpServers": {
"will-cppapinecone-read-only": {
"command": "npx",
"args": [
"-y",
"@will-cppa/pinecone-read-only-mcp"
]
}
}
}