monarchmoney for Zed
io.github.hakimelek/monarchmoney
Monarch Money API client with 30 MCP tools for accounts, transactions, budgets, and cashflow.
client:Zed
transport:stdio
runtime:npm
Install monarchmoney in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"monarchmoney": {
"command": "npx",
"args": [
"-y",
"@hakimelek/monarchmoney"
],
"env": {
"MONARCH_TOKEN": "<MONARCH_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs