Back to MCP Servers
ApeRAG
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
knowledge-memoryrag
By apecloud
Installation
npx -y ApeRAGConfiguration
{
"mcpServers": {
"ApeRAG": {
"command": "npx",
"args": ["-y", "ApeRAG"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes