Pinecone Assistant MCP Server
@pinecone-io
Pinecone Assistant MCP Server について
Pinecone Assistant MCP server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"assistant-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"pinecone/assistant-mcp",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Pinecone Assistant MCP Server?
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.
How to use Pinecone Assistant MCP Server?
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.
Key features of Pinecone Assistant MCP Server
- 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
Use cases of Pinecone Assistant MCP Server
—
FAQ from Pinecone Assistant MCP Server
What prerequisites are required to use Pinecone Assistant MCP Server?
You need Docker installed, a Pinecone API key from the Pinecone Console, and the Pinecone Assistant API host (found after creating an Assistant). Building from source requires Rust.
What environment variables does Pinecone Assistant MCP Server use?
It uses PINECONE_API_KEY (required), PINECONE_ASSISTANT_HOST (optional, defaults to https://prod-1-data.ke.pinecone.io), and LOG_LEVEL (optional, defaults to info).
How do I run Pinecone Assistant MCP Server with Docker?
Build the Docker image with docker build -t pinecone/assistant-mcp . then run with docker run -i --rm -e PINECONE_API_KEY=<key> -e PINECONE_ASSISTANT_HOST=<host> pinecone/assistant-mcp.
How can I use Pinecone Assistant MCP Server with Claude Desktop?
Add an entry to claude_desktop_config.json with the command docker run -i --rm -e PINECONE_API_KEY -e PINECONE_ASSISTANT_HOST pinecone/assistant-mcp and pass the environment variables via the env object.
How do I build Pinecone Assistant MCP Server from source?
Clone the repository, ensure Rust is installed, then run `cargo build --
「AI とエージェント」の他のコンテンツ
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
コメント