Catalog
io.github.collapseindex/ci1t-mcp
OfficialCI-1T prediction stability engine. Detect ghosts, evaluate drift, monitor fleets. 20 tools.
Prediction stability engine with 20 tools to detect ghosts, evaluate drift, and monitor fleets.
README not available yet.
Install
Configuration
Environment variables
CI1T_API_KEYsecretCI-1T API key for backend-routed analysis (optional for BYOM mode)
CI1T_BASE_URLCI-1T API base URL (defaults to https://ci1t-api.onrender.com)
claude_desktop_config.json
{
"mcpServers": {
"ci1t-mcp": {
"command": "npx",
"args": [
"-y",
"@collapseindex/ci1t-mcp@1.7.1"
],
"env": {
"CI1T_API_KEY": "<YOUR_CI1T_API_KEY>",
"CI1T_BASE_URL": "<YOUR_CI1T_BASE_URL>"
}
}
}
}