debtfree for Cursor
io.github.chrisbusbin-pixel/debtfree
Debt payoff calculator: snowball vs avalanche, minimum payment trap, extra-payment impact.
client:Cursor
transport:stdio
runtime:npm
Install debtfree in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"debtfree": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"debtfree-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs