Skip to content
Zed

Cosmic Correlation Engine for Zed

io.github.odinbot33/cce-mcp-server

AI Agent Astrology — natal charts, transits, cosmic weather, and forecasts for AI agents.

client:Zed transport:stdio runtime:npm

Install Cosmic Correlation Engine 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": {
    "cce-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "cce-mcp-server"
      ],
      "env": {
        "SUPABASE_URL": "<SUPABASE_URL>",
        "SUPABASE_SERVICE_ROLE_KEY": "<SUPABASE_SERVICE_ROLE_KEY>"
      }
    }
  }
}

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

Cosmic Correlation Engine in other clients