Skip to content

mcp cost tracker router for Zed

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

Real-time cost awareness for MCP agent workflows

client:Zed transport:stdio runtime:npm

Install mcp cost tracker router in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp cost tracker router in other clients