MCP server for the CI-1T prediction stability engine. 20 tools + 1 resource. Evaluate model stability, probe any LLM for instability (BYOM - bring your own model), manage fleet sessions, detect drift, generate visualizations, and control API keys. 7 tools work locally with no auth or credits. 1,000 free credits on signup.
Server Config
{
"mcpServers": {
"ci1t": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CI1T_API_KEY",
"collapseindex/ci1t-mcp"
],
"env": {
"CI1T_API_KEY": "ci_your_key_here"
}
}
}
}