Pinecone Assistant MCP
OfficialPinecone Assistant MCP サーバー
Pinecone Assistant から情報を取得するための MCP サーバー実装。
特徴
Pinecone Assistantから情報を取得します
設定可能な結果数による複数の結果取得をサポート
Related MCP server: Promptopia MCP
前提条件
システムにDockerがインストールされている
Pinecone APIキー - Pineconeコンソールから取得
Pinecone アシスタント API ホスト - アシスタントを作成した後 (Pinecone コンソールなど)、アシスタントの詳細ページでホストを見つけることができます。
Dockerを使ったビルド
Docker イメージをビルドするには:
docker build -t pinecone/assistant-mcp .Dockerで実行する
Pinecone API キーを使用してサーバーを実行します。
docker run -i --rm \
-e PINECONE_API_KEY=<YOUR_PINECONE_API_KEY_HERE> \
-e PINECONE_ASSISTANT_HOST=<YOUR_PINECONE_ASSISTANT_HOST_HERE> \
pinecone/assistant-mcp環境変数
PINECONE_API_KEY(必須): Pinecone API キーPINECONE_ASSISTANT_HOST(オプション): Pinecone Assistant API ホスト (デフォルト: https://prod-1-data.ke.pinecone.io )LOG_LEVEL(オプション): ログレベル (デフォルト: info)
Claude Desktopでの使用
これを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>"
}
}
}
}ソースから構築
Docker を使用せずにソースからビルドする場合:
Rust がインストールされていることを確認してください ( https://rustup.rs/ )
このリポジトリをクローンする
cargo build --release実行するバイナリは
target/release/assistant-mcpで入手可能です。
検査官によるテスト
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-mcpライセンス
このプロジェクトは、LICENSE ファイルに指定された条件に基づいてライセンスされます。
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