pinecone-io/assistant-mcp
Connects to your Pinecone Assistant and gives the agent context from its knowledge engine.
Quick Start
Clone the repository:
git clone https://github.com/pinecone-io/assistant-mcpClaude Desktop configuration example:
{
"mcpServers": {
"assistant-mcp": {
"command": "npx",
"args": [
"-y",
"pinecone-io/assistant-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.