Skip to content
Cursor

GaugeMesh for Cursor

io.github.aliengineering-byte/gaugemesh

Route MCP capabilities through deterministic identity, policy, budget, and deadline constraints.

client:Cursor transport:stdio runtime:oci

Install GaugeMesh in Cursor

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

{
  "mcpServers": {
    "gaugemesh": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aliengineering-byte/gaugemesh@sha256:69f3ccb7c2fdcd9b6897c99eba22d18be1384957bb2dbdf760f8273ee2e43189"
      ]
    }
  }
}

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

GaugeMesh in other clients