getalife budget for VS Code
io.github.narazgul/getalife-budget
Zero-Based Budgeting tools: budget plans, runway, net worth, savings goals, debt payoff plans.
client:VS Code
transport:stdio
runtime:npm
Install getalife budget in VS Code
.vscode/mcp.json
{
"servers": {
"getalife-budget": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-getalife"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs