wekadocs-matrix

bgconley/wekadocs-matrix
★ 0 stars Python AI/LLM Updated 9d ago
A graphrag + vector mcp server specifically targeted at complex reasoning and retrieval for WEKAdocs.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wekadocs-matrix": {
      "command": "uvx",
      "args": [
        "wekadocs-matrix"
      ]
    }
  }
}

Or install with pip: pip install wekadocs-matrix