Skip to content

mcp cost tracker router for Grok

io.github.dbsectrainer/mcp-cost-tracker-router

Real-time cost awareness for MCP agent workflows

client:Grok transport:stdio runtime:npm

Install mcp cost tracker router in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-cost-tracker-router": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-cost-tracker-router"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp cost tracker router in other clients