Pinecone Assistant MCP
OfficialPinecone 助手 MCP 服务器
用于从 Pinecone Assistant 检索信息的 MCP 服务器实现。
特征
从 Pinecone Assistant 检索信息
支持检索多个结果,结果数量可配置
Related MCP server: Promptopia MCP
先决条件
您的系统上安装了 Docker
Pinecone API 密钥 - 从Pinecone 控制台获取
Pinecone Assistant API 主机 - 创建助手后(例如在 Pinecone Console 中),您可以在助手详细信息页面中找到该主机
使用 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