Skip to content
Cursor

modelwatch for Cursor

io.github.bch1212/modelwatch

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

client:Cursor transport:stdio runtime:npm

Install modelwatch 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": {
    "modelwatch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "modelwatch-mcp"
      ],
      "env": {
        "MODELWATCH_API_KEY": "<MODELWATCH_API_KEY>",
        "MODELWATCH_API_BASE": "<MODELWATCH_API_BASE>"
      }
    }
  }
}

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

modelwatch in other clients