Pinecone Assistant MCP
OfficialServidor MCP auxiliar de Pinecone
Una implementación de servidor MCP para recuperar información de Pinecone Assistant.
Características
Recupera información de Pinecone Assistant
Admite la recuperación de múltiples resultados con una cantidad configurable de resultados.
Related MCP server: Promptopia MCP
Prerrequisitos
Docker instalado en su sistema
Clave API de Pinecone: obtener desde la consola de Pinecone
Host de API de Pinecone Assistant: después de crear un Asistente (por ejemplo, en Pinecone Console), puede encontrar el host en la página de detalles del Asistente
Construyendo con Docker
Para construir la imagen de Docker:
docker build -t pinecone/assistant-mcp .Ejecutando con Docker
Ejecute el servidor con su clave API de Pinecone:
docker run -i --rm \
-e PINECONE_API_KEY=<YOUR_PINECONE_API_KEY_HERE> \
-e PINECONE_ASSISTANT_HOST=<YOUR_PINECONE_ASSISTANT_HOST_HERE> \
pinecone/assistant-mcpVariables de entorno
PINECONE_API_KEY(obligatorio): Su clave API de PineconePINECONE_ASSISTANT_HOST(opcional): host de la API de Pinecone Assistant (predeterminado: https://prod-1-data.ke.pinecone.io )LOG_LEVEL(opcional): Nivel de registro (predeterminado: información)
Uso con Claude Desktop
Agregue esto a su claude_desktop_config.json :
{
"mcpServers": {
"pinecone-assistant": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PINECONE_API_KEY",
"-e",
"PINECONE_ASSISTANT_HOST",
"pinecone/assistant-mcp"
],
"env": {
"PINECONE_API_KEY": "<YOUR_PINECONE_API_KEY_HERE>",
"PINECONE_ASSISTANT_HOST": "<YOUR_PINECONE_ASSISTANT_HOST_HERE>"
}
}
}
}Construyendo desde la fuente
Si prefieres compilar desde la fuente sin Docker:
Asegúrate de tener Rust instalado ( https://rustup.rs/ )
Clonar este repositorio
Ejecutar
cargo build --releaseEl binario estará disponible en
target/release/assistant-mcp
Pruebas con el inspector
export PINECONE_API_KEY=<YOUR_PINECONE_API_KEY_HERE>
export PINECONE_ASSISTANT_HOST=<YOUR_PINECONE_ASSISTANT_HOST_HERE>
# Run the inspector alone
npx @modelcontextprotocol/inspector cargo run
# Or run with Docker directly through the inspector
npx @modelcontextprotocol/inspector -- docker run -i --rm -e PINECONE_API_KEY -e PINECONE_ASSISTANT_HOST pinecone/assistant-mcpLicencia
Este proyecto está licenciado bajo los términos especificados en el archivo LICENCIA.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for NanoBanana AI image generation and editing
MCP server for Flux AI image generation
Related MCP Servers
- AlicenseBqualityBmaintenanceConnect your Pinecone projects to Cursor, Claude, and other AI assistants16,73671Apache 2.0
- MIT

Debugg AI MCPofficial
AlicenseAqualityAmaintenanceZero-Config, Fully AI-Managed End-to-End Testing for all code gen platforms.863968Apache 2.0- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server for seamless integration with peripheral devices connected to your computer. Control, monitor, and manage hardware devices through a unified API.5MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pinecone-io/assistant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server