Skip to content

finance intelligence mcp for Zed

io.github.ronit-019/finance-intelligence-mcp

Personal finance MCP server with budgeting, analytics, and PostgreSQL.

client:Zed transport:stdio runtime:pypi

Install finance intelligence mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "finance-intelligence-mcp": {
      "command": "uvx",
      "args": [
        "finance-intelligence-mcp"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>"
      }
    }
  }
}

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

finance intelligence mcp in other clients