← Back to Plugins
MCP Server MCP

io.github.collapseindex/ci1t-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @collapseindex/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@collapseindex/ci1t-mcp",
      "version": "1.7.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "CI-1T API key for backend-routed analysis (optional for BYOM mode)",
          "format": "string",
          "isSecret": true,
          "name": "CI1T_API_KEY"
        },
        {
          "description": "CI-1T API base URL (defaults to https://ci1t-api.onrender.com)",
          "format": "string",
          "name": "CI1T_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...