Skip to main content
Knowledge & MemoryRust

pinecone-io/assistant-mcp

Connects to your Pinecone Assistant and gives the agent context from its knowledge engine.

knowledge-memoryofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/pinecone-io/assistant-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "assistant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pinecone-io/assistant-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Rust
Author
pinecone-io