Back to MCP Servers
Assistant
Connects to your Pinecone Assistant and gives the agent context from its knowledge engine.
knowledge-memoryagent
By pinecone-io
Installation
npx -y assistant-mcpConfiguration
{
"mcpServers": {
"assistant-mcp": {
"command": "npx",
"args": ["-y", "assistant-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes