Pinecone Agentic Search MCP Server
Uses OpenAI's text-embedding-3-small model via OpenRouter to embed natural language queries for semantic search over a knowledge base of ArXiv papers stored in Pinecone.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Pinecone Agentic Search MCP Serversearch for recent advances in RAG techniques"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Pinecone Agentic Search — MCP Server
A custom MCP (Model Context Protocol) server that exposes Pinecone vector search as a standardized tool for AI agents. Built to replace the n8n MCP dependency in the GenAI Concepts chat app.
What It Does
Exposes a single tool called agentic-search that:
Accepts a natural language query
Embeds it using OpenAI text-embedding-3-small via OpenRouter
Searches the Pinecone knowledge base (4,128 ArXiv research papers)
Returns the most relevant excerpts with relevance scores
Related MCP server: Academia MCP
Architecture
AI Agent → MCP Client → This Server → Pinecone (mcp-server-v1) → resultsTools Exposed
Tool | Description |
| Search the GenAI knowledge base covering AI Agents, RAG, MCP, and Prompt Engineering |
Prerequisites
Node.js 18+
OpenRouter API key
Pinecone API key with index
mcp-server-v1(namespace:arxiv-papers)
Setup
# 1. Install dependencies
npm install
# 2. Create .env file
cp .env.example .env
# 3. Add your keys
PINECONE_API_KEY=your_key
OPENROUTER_API_KEY=your_key
PINECONE_INDEX=mcp-server-v1
PINECONE_NAMESPACE=arxiv-papers
PORT=3001Run Locally
npm run devEndpoints
GET /health— health checkPOST /mcp— MCP endpoint (Streamable HTTP transport)GET /sse— SSE transport for legacy clients
Deploy to Railway
Push to GitHub
New Project → Deploy from GitHub
Add environment variables
Railway auto-deploys
Data Source
ArXiv research papers covering AI Agents, RAG, MCP, and Prompt Engineering. Used for non-commercial demonstration purposes only. Papers are subject to their respective authors' licenses (CC BY 4.0).
Evolution
This server replaces the n8n MCP server used in the original architecture, giving full ownership of the MCP layer with no subscription dependencies.
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.
Latest Blog Posts
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/Paul-Orlando/pinecone-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server