mcpwatch for Zed
io.github.sreelal727/mcpwatch
Records MCP tool calls and itemises the token cost each server adds to your context.
client:Zed
transport:stdio
runtime:npm
Install mcpwatch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcpwatch": {
"command": "npx",
"args": [
"-y",
"@sreelal727/mcpwatch"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs