PromptSpend for Zed
io.github.andrewavery7/promptspend
LLM pricing where every rate carries its source and the date it was last confirmed.
client:Zed
transport:stdio
runtime:npm
Install PromptSpend in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"promptspend": {
"command": "npx",
"args": [
"-y",
"@promptspend/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs