Skip to content
VS Code

hubmesh for VS Code

io.github.demigoddsk/hubmesh

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

client:VS Code transport:stdio runtime:pypi

Install hubmesh in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

hubmesh in other clients