Skip to content
Cursor

inferrail for Cursor

io.github.domondi1/inferrail

Read-only MCP tools over Inferrail's local receipt ledger: attributed spend and gateway health.

client:Cursor transport:stdio runtime:pypi

Install inferrail in Cursor

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

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

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

inferrail in other clients