Skip to content
Windsurf

modelwatch for Windsurf

io.github.bch1212/modelwatch

Continuous behavioral drift monitoring for LLM apps — catches silent provider model updates.

client:Windsurf transport:stdio runtime:npm

Install modelwatch in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "modelwatch": {
      "command": "npx",
      "args": [
        "-y",
        "modelwatch-mcp"
      ],
      "env": {
        "MODELWATCH_API_KEY": "<MODELWATCH_API_KEY>",
        "MODELWATCH_API_BASE": "<MODELWATCH_API_BASE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

modelwatch in other clients