Astrocal
GuidesMCP Client Setup

Windsurf

Connect Astrocal to Windsurf via its MCP config file.

Add Astrocal to your Windsurf MCP config at ~/.codeium/windsurf/mcp_config.json:

mcp_config.json
{
  "mcpServers": {
    "astrocal": {
      "command": "npx",
      "args": ["-y", "@astrocal/mcp-server"],
      "env": {
        "ASTROCAL_API_KEY": "ac_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

Open Windsurf's MCP settings and reload the server list. The Astrocal tools become available to Cascade.

Copy this snippet pre-filled with a real key from the AI Tools screen. Raw keys are shown only once.