mcp server for Zed
io.github.metrxbots/mcp-server
Track AI agent costs, detect waste, optimize models, and prove ROI. 23 MCP tools across 10 domains.
client:Zed
transport:stdio
runtime:npm
Install mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@metrxbot/mcp-server"
],
"env": {
"METRX_API_KEY": "<METRX_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs