← Back to browse

ci1t-mcp

Indexed by io.github.collapseindex

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCI1T_API_KEY CI1T_BASE_URL
Claude Code
claude mcp add --env CI1T_API_KEY= --env CI1T_BASE_URL= ci1t-mcp -- npx @collapseindex/ci1t-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ci1t-mcp","command":"npx","args":["@collapseindex/ci1t-mcp"],"env":{"CI1T_API_KEY":"","CI1T_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "ci1t-mcp": {
      "command": "npx",
      "args": [
        "@collapseindex/ci1t-mcp"
      ],
      "env": {
        "CI1T_API_KEY": "",
        "CI1T_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.