Skip to content
Cursor

ci1t mcp for Cursor

io.github.collapseindex/ci1t-mcp

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

client:Cursor transport:stdio runtime:npm

Install ci1t mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ci1t-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@collapseindex/ci1t-mcp"
      ],
      "env": {
        "CI1T_API_KEY": "<CI1T_API_KEY>",
        "CI1T_BASE_URL": "<CI1T_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ci1t mcp in other clients