Vector & AI Search Stack
Build intelligent search experiences with vector databases, semantic retrieval, knowledge persistence, and structured AI reasoning.
Token Budget
This stack is lightweight. Plenty of room for your prompts and code context.
Config
Paste in ~/.claude.json
{
"mcpServers": {
"weaviate-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-server-weaviate"
],
"env": {
"WEAVIATE_URL": "YOUR_WEAVIATE_URL",
"WEAVIATE_API_KEY": "YOUR_WEAVIATE_API_KEY"
}
},
"pinecone-mcp": {
"command": "npx",
"args": [
"-y",
"@pinecone-database/mcp"
],
"env": {
"PINECONE_API_KEY": "YOUR_PINECONE_API_KEY"
}
},
"memory-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
},
"exa-mcp": {
"command": "npx",
"args": [
"-y",
"exa-mcp-server"
],
"env": {
"EXA_API_KEY": "YOUR_EXA_API_KEY"
}
},
"context7-mcp": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
]
},
"sequential-thinking-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}Included Servers
Pinecone MCP
Pinecone
Search Pinecone documentation, manage vector indexes, upsert data, query for relevant information, and rerank results from your AI editor.
Index and query billions of vector embeddings with metadata filtering for production-scale semantic search applications.
Weaviate MCP
Weaviate
Connect to Weaviate vector database collections for semantic search, knowledge base operations, and chat memory storage from your AI editor.
Combine vector similarity with keyword search and classification — a versatile engine for hybrid AI search architectures.
Exa Search MCP
Exa
AI-powered web search and crawling with Exa. Get semantically relevant results, extract content, and find similar pages.
Search the web using natural language queries that understand intent, returning semantically relevant results instead of keyword matches.
Memory MCP
Anthropic
Enable persistent memory for Claude through a knowledge graph. Store and retrieve entities, relations, and observations across sessions.
Store and recall search context, user preferences, and session history to personalize results and maintain continuity.
Sequential Thinking MCP
Anthropic
Enable structured, step-by-step reasoning for complex problem solving. Helps AI break down problems into logical sequences.
Break complex search queries into structured reasoning steps so your AI processes multi-faceted questions methodically.
Context7 MCP
Upstash
Pull up-to-date documentation and code examples for any library directly into your prompt context using the Context7 API.
Retrieve current documentation for vector database SDKs and search libraries to ensure your implementation uses the latest APIs.