MCP Pinecone Vector Database Server
@zx8086
MCP Pinecone Vector Database Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"pinecone-vector-db-mcp-server": {
"command": "bun",
"args": [
"src/index.ts"
]
}
}
}ツール
10string (search query text)
number (1-100, default: 5)
object (optional filter criteria)
string (content to vectorize)
object (vector metadata)
string (optional custom ID)
string (path to JSON file)
string (optional, defaults to "capella-document-search")
string[] (list of vector IDs)
string (optional, defaults to "capella-document-search")
概要
What is MCP Pinecone Vector Database Server?
This server implements a Model Context Protocol (MCP) server for reading and writing vectorized information to a Pinecone vector database. It works with both RAG-processed PDF data and Confluence data, and is intended for developers using Pinecone and OpenAI embeddings in MCP‑based applications.
How to use MCP Pinecone Vector Database Server?
Install dependencies with bun install, create a .env file with your Pinecone and OpenAI API keys, then start the server with bun src/index.ts. The server listens for MCP commands via stdio. Use the example client bun examples/client.ts to test, or run the Confluence processing script bun src/scripts/process-confluence.ts <file-path> [collection] [scope].
Key features of MCP Pinecone Vector Database Server
- Search for similar documents using text queries
- Add new vectors with custom metadata
- Process and upload Confluence data in batch
- Delete vectors by ID
- Generate embeddings via OpenAI API
Use cases of MCP Pinecone Vector Database Server
- Enable semantic search over documentation exported from Confluence
- Build RAG pipelines that store and retrieve vector embeddings
- Add custom documents with metadata to a Pinecone index
FAQ from MCP Pinecone Vector Database Server
What dependencies are required?
You need the Bun runtime, a Pinecone API key, an OpenAI API key (for generating embeddings), and a configured Pinecone index.
How do I configure the Pinecone connection?
Set the environment variables PINECONE_API_KEY, PINECONE_HOST, PINECONE_INDEX_NAME, and DEFAULT_NAMESPACE in a .env file.
What transport does the server use?
The server communicates via stdio (standard input/output) for MCP commands.
Are there any temporarily disabled features?
Yes, the get-stats tool for database statistics is temporarily disabled.
Can I delete vectors from the database?
Yes, use the delete-vectors tool with a list of vector IDs and an optional namespace.
「データベース」の他のコンテンツ
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB

PostgreSQL
modelcontextprotocolModel Context Protocol Servers
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
コメント