Spendlog for Zed
io.github.makz81/spendlog
MCP server for expense tracking, invoices, budgets, and financial insights directly in Claude
client:Zed
transport:stdio
runtime:npm
Install Spendlog in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"spendlog": {
"command": "npx",
"args": [
"-y",
"spendlog"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs