Pinecone Assistant MCP Server
About
An MCP server implementation for retrieving information from Pinecone Assistant. It allows users to query a Pinecone Assistant using their Pinecone API key and Assistant host.
Details
- Author
- pinecone-io
- GitHub stars
- 45
- Downloads
- 304
- Categories
- AI
Jump to
- Retrieves information from Pinecone Assistant
- Supports multiple results retrieval with a configurable number of results
- Docker-based deployment for easy setup
- Buildable from source via Rust and Cargo
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Pinecone Assistant MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Deploy with Docker using the provided image and set the required environment variables (PINECONE_API_KEY). Optionally, set PINECONE_ASSISTANT_HOST. Build from source with Rust if preferred. Integrate with Claude Desktop by adding a Docker-based configuration to claude_desktop_config.json. Test using the MCP inspector.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"pinecone assistant mcp server": {
"assistant-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"pinecone/assistant-mcp",
"."
]
}
}
}
}
McpServers
{
"assistant-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"pinecone/assistant-mcp",
"."
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

