debtfree for Zed
io.github.chrisbusbin-pixel/debtfree
Debt payoff calculator: snowball vs avalanche, minimum payment trap, extra-payment impact.
client:Zed
transport:stdio
runtime:npm
Install debtfree in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"debtfree": {
"command": "npx",
"args": [
"-y",
"debtfree-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs