Skip to content
Cursor

hubmesh for Cursor

io.github.demigoddsk/hubmesh

Deterministic multi-hop graph retrieval for RAG. Zero LLM calls in the query path.

client:Cursor transport:stdio runtime:pypi

Install hubmesh in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "hubmesh": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hubmesh"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hubmesh in other clients