assistant-mcp
18
The Pinecone Assistant MCP Server is a server implementation that allows users to retrieve information efficiently from the Pinecone Assistant. It relies on Docker for deployment and requires a Pinecone API key for access.
Pinecone Assistant MCP Server
An MCP server implementation designed to retrieve information from Pinecone Assistant.
Features
- Retrieves information from Pinecone Assistant
- Supports multiple results retrieval with a configurable number of results
Prerequisites
- Docker installed on your system
- Pinecone API key obtained from the Pinecone Console
- Pinecone Assistant API host determined from the Pinecone Console
Building with Docker
Provides instructions to build the Docker image and run the server using the Pinecone API key and Assistant host.
Environment Variables
PINECONE_API_KEY
(required)PINECONE_ASSISTANT_HOST
(optional)LOG_LEVEL
(optional)
Usage
Instructions to configure and run the server with Claude Desktop.
Building from Source
Guidance to build the project from source using Rust.