ci1t mcp for Windsurf
io.github.collapseindex/ci1t-mcp
CI-1T prediction stability engine. Detect ghosts, evaluate drift, monitor fleets. 20 tools.
client:Windsurf
transport:stdio
runtime:npm
Install ci1t mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"ci1t-mcp": {
"command": "npx",
"args": [
"-y",
"@collapseindex/ci1t-mcp"
],
"env": {
"CI1T_API_KEY": "<CI1T_API_KEY>",
"CI1T_BASE_URL": "<CI1T_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs