Skip to content

GetBirthChart MCP for Zed

io.github.getbirthchart-com/getbirthchart-mcp

Official MCP server for GetBirthChart astrology calculations.

client:Zed transport:stdio runtime:npm

Install GetBirthChart 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": {
    "getbirthchart-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@getbirthchart/mcp"
      ],
      "env": {
        "GETBIRTHCHART_API_KEY": "<GETBIRTHCHART_API_KEY>"
      }
    }
  }
}

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

GetBirthChart MCP in other clients