StackMCP
Advanced

Search & RAG Stack

Build retrieval-augmented generation pipelines with vector search, web crawling, knowledge graphs, and persistent memory.

6 servers18.0K tokens9% of context

Token Budget

18.0K used (9.0%)182.0K remaining
Weaviate MCP5.7K (2.8%)
Pinecone MCP3.6K (1.8%)
Firecrawl MCP3.1K (1.5%)
Memory MCP3.1K (1.5%)
Exa Search MCP1.5K (0.8%)
Context7 MCP1.0K (0.5%)

This stack is lightweight. Plenty of room for your prompts and code context.

Config

Paste in ~/.claude.json

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"
      }
    },
    "firecrawl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "firecrawl-mcp"
      ],
      "env": {
        "FIRECRAWL_API_KEY": "YOUR_FIRECRAWL_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"
      ]
    }
  }
}

Included Servers

Exa Search MCP

Exa

84
search

AI-powered web search and crawling with Exa. Get semantically relevant results, extract content, and find similar pages.

3.9k6.8k/wk1.5K tokens(0.8%)Official1w ago

Perform AI-native web search that understands semantic meaning, retrieving the most relevant sources for your RAG context window.

Recommended Skills

Skills that pair with the servers in this stack. Learn more

For Firecrawl MCP

Firecrawl Web ScrapingOfficialworkflow

Web scraping and content extraction workflows using Firecrawl. Includes crawl configuration and data pipeline patterns.

npx skillsadd firecrawl/cli/firecrawl