Cosmic Correlation Engine for Grok
io.github.odinbot33/cce-mcp-server
AI Agent Astrology — natal charts, transits, cosmic weather, and forecasts for AI agents.
client:Grok
transport:stdio
runtime:npm
Install Cosmic Correlation Engine in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs