pw2c-lightrag-server-mcp

healthdevio/pw2c-lightrag-server-mcp
★ 1 stars TypeScript 🤖 AI/LLM Updated 10d ago
Servidor MCP (stdio) para a API HTTP LightRAG — uso com npx
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": {
    "pw2c-lightrag-server": {
      "command": "npx",
      "args": [
        "-y",
        "healthdevio/pw2c-lightrag-server-mcp"
      ]
    }
  }
}