Skip to main content
Knowledge & MemoryPython

apecloud/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-memorycloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/apecloud/ApeRAG

Claude Desktop configuration example:

{
  "mcpServers": {
    "aperag": {
      "command": "npx",
      "args": [
        "-y",
        "apecloud/ApeRAG"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Python
Author
apecloud