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
{
"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