MCP.so
Sign In
Servers

GraphRAG MCP Server

@rileylemm

This is a MCP server I built to interact with my hybrid graph rag db.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "graphrag_mcp": {
      "command": "uv",
      "args": [
        "run",
        "main.py"
      ]
    }
  }
}

More from Other