Pinecone 助手 MCP 服务器
用于从 Pinecone Assistant 检索信息的 MCP 服务器实现。
特征
从 Pinecone Assistant 检索信息
支持检索多个结果,结果数量可配置
先决条件
您的系统上安装了 Docker
Pinecone API 密钥 - 从Pinecone 控制台获取
Pinecone Assistant API 主机 - 创建助手后(例如在 Pinecone Console 中),您可以在助手详细信息页面中找到该主机
使用 Docker 进行构建
要构建 Docker 镜像:
使用 Docker 运行
使用您的 Pinecone API 密钥运行服务器:
环境变量
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
中:
从源代码构建
如果您更喜欢从源代码构建而不使用 Docker:
确保已安装 Rust( https://rustup.rs/ )
克隆此存储库
运行
cargo build --release
二进制文件将在
target/release/assistant-mcp
中可用
与检查员一起测试
执照
该项目根据 LICENSE 文件中指定的条款进行许可。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
松果助手 MCP
Related MCP Servers
- zlib License
- AsecurityAlicenseAqualityPinecone Developer MCPLast updated -152439Apache 2.0
- MIT License