LLM Usage for Zed
io.github.zhaoyue722/llm-usage-mcp
Local-first, multi-provider tool that captures LLM API spend and exposes it to coding agents via MCP
client:Zed
transport:stdio
runtime:pypi
Install LLM Usage in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"llm-usage-mcp": {
"command": "uvx",
"args": [
"llm-usage-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs