Skip to content
Cursor

Cosmic Correlation Engine for Cursor

io.github.odinbot33/cce-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install Cosmic Correlation Engine in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "cce-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cce-mcp-server"
      ],
      "env": {
        "SUPABASE_URL": "<SUPABASE_URL>",
        "SUPABASE_SERVICE_ROLE_KEY": "<SUPABASE_SERVICE_ROLE_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Cosmic Correlation Engine in other clients