kodabi-lightrag-mcp

Ekestfa/kodabi-lightrag-mcp
★ 6 stars Rust 🤖 AI/LLM Updated 1mo ago
The LightRAG MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with LightRAG's HTTP APIs, enabling AI assistants and language models to interact with Retrieval-Augmented Generation capabilities through a standardized interface.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kodabi-lightrag-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "kodabi-lightrag-mcp"
      ]
    }
  }
}