Skip to content
Zed

personal finance for Zed

io.github.sarveshtalele/personal-finance

54 robust financial calculators based on deterministic mathematical principles.

client:Zed transport:stdio runtime:pypi

Install personal finance in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "personal-finance": {
      "command": "uvx",
      "args": [
        "personal-finance-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

personal finance in other clients