MCP · free ACG tool

Budget-Aware MCP Templates

Copy-paste MCP configs and Cursor rules so Claude Code / Cursor / Codex can check spend before they keep going.

Claude Code MCP config

Drop into Claude Code MCP settings. Point --directory and ACG_SQLITE_DB_PATH at your AI Cost Gate install.

claude-code.json

{
  "mcpServers": {
    "acg": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/path/to/ai-cost-gate/apps/gateway",
        "python",
        "mcp_server.py"
      ],
      "env": {
        "ACG_SQLITE_DB_PATH": "/path/to/ai-cost-gate/data/ai-cost-gate.db"
      }
    }
  }
}

Templates alone get you halfway. Live preflight, Auto-Stop, and the dashboard need AI Cost Gate.

Get updates

Occasional emails when prices move or new ACG tools ship.