mcp token optimizer for Zed
io.github.rccola990-cloud/mcp-token-optimizer
Cut LLM token costs: count tokens, estimate cost, slim prompts, and pick the cheapest capable model.
client:Zed
transport:stdio
runtime:npm
Install mcp token optimizer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-token-optimizer": {
"command": "npx",
"args": [
"-y",
"mcp-token-optimizer"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs