Back to MCP Servers
🔌

apecloud/ApeRAG

Apache-2.0API key required

🐍 ☁️ 🏠 - Production-ready RAG platform combining Graph RAG, vector search, and full-text search. Best choice for building your own Knowledge Graph and for Context Engineering

PythonSearch

Install

npx -y apecloud-aperag

Required environment variables

APERAG_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "apecloud-aperag": {
      "command": "npx",
      "args": [
        "-y",
        "apecloud-aperag"
      ],
      "env": {
        "APERAG_API_KEY": "<YOUR_APERAG_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.