ci1t mcp for Grok
io.github.collapseindex/ci1t-mcp
CI-1T prediction stability engine. Detect ghosts, evaluate drift, monitor fleets. 20 tools.
client:Grok
transport:stdio
runtime:npm
Install ci1t mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ci1t-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@collapseindex/ci1t-mcp"
],
"env": {
"CI1T_API_KEY": "<CI1T_API_KEY>",
"CI1T_BASE_URL": "<CI1T_BASE_URL>"
}
}
}
}
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