Skip to content
Zed

astral mcp for Zed

io.github.davidmosiah/astral-mcp

Precision-audited astrology MCP: natal charts, transits, synastry, moon phases. No API key.

client:Zed transport:stdio runtime:npm

Install astral 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": {
    "astral-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "astral-mcp"
      ],
      "env": {
        "ASTRAL_MCP_TRANSPORT": "<ASTRAL_MCP_TRANSPORT>",
        "ASTRAL_MCP_HOST": "<ASTRAL_MCP_HOST>",
        "ASTRAL_MCP_PORT": "<ASTRAL_MCP_PORT>",
        "ASTRAL_MCP_ALLOWED_ORIGIN": "<ASTRAL_MCP_ALLOWED_ORIGIN>"
      }
    }
  }
}

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

astral mcp in other clients