three.ws Billing for Zed
io.github.nirholas/billing-mcp
An agent's account economics — plan quotas, metered usage, invoices, receipts, and earnings.
client:Zed
transport:stdio
runtime:npm
Install three.ws Billing in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"billing-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/billing-mcp"
],
"env": {
"THREE_WS_BASE": "<THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<THREE_WS_TIMEOUT_MS>",
"THREE_WS_SESSION": "<THREE_WS_SESSION>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs