← Index

io.github.collapseindex/ci1t-mcp

io.github.collapseindex/ci1t-mcp·v1.7.1·Other
Quality Score
83
/100

CI-1T prediction stability engine. Detect ghosts, evaluate drift, monitor fleets. 20 tools.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ci1t-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@collapseindex/ci1t-mcp"
      ],
      "env": {
        "CI1T_API_KEY": "<your-ci1t_api_key>",
        "CI1T_BASE_URL": "<ci1t_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ci1t-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@collapseindex/ci1t-mcp"
      ],
      "env": {
        "CI1T_API_KEY": "<your-ci1t_api_key>",
        "CI1T_BASE_URL": "<ci1t_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @collapseindex/ci1t-mcp
§02  Environment variables
CI1T_API_KEY
secret

CI-1T API key for backend-routed analysis (optional for BYOM mode)

CI1T_BASE_URL

CI-1T API base URL (defaults to https://ci1t-api.onrender.com)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other