LightRAG

GitHub

[EMNLP2025] "LightRAG: Simple and Fast Retrieval-Augmented Generation"

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "LightRAG": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-LightRAG"
      ]
    }
  }
}