Skip to content
VS Code

inferrail for VS Code

io.github.domondi1/inferrail

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

client:VS Code transport:stdio runtime:pypi

Install inferrail in VS Code

.vscode/mcp.json

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

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

inferrail in other clients