Catalog
io.github.OdinBot33/cce-mcp-server
OfficialCosmic Correlation Engine
AI Agent Astrology — natal charts, transits, cosmic weather, and forecasts for AI agents.
Provides astrological natal charts, transits, cosmic weather, and forecasts for AI agents.
README not available yet.
Install
Configuration
Environment variables
SUPABASE_URLSupabase project URL for the CCE database
SUPABASE_SERVICE_ROLE_KEYSupabase service role key for database access
claude_desktop_config.json
{
"mcpServers": {
"cce-mcp-server": {
"command": "npx",
"args": [
"-y",
"cce-mcp-server@1.3.1"
],
"env": {
"SUPABASE_URL": "<YOUR_SUPABASE_URL>",
"SUPABASE_SERVICE_ROLE_KEY": "<YOUR_SUPABASE_SERVICE_ROLE_KEY>"
}
}
}
}