constellation for Grok
com.shiftinbits/constellation
Code Intelligence Platform for AI Coding Agents
client:Grok
transport:stdio
runtime:npm
Install constellation in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"constellation": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@constellationdev/mcp"
],
"env": {
"CONSTELLATION_ACCESS_KEY": "<CONSTELLATION_ACCESS_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