Skip to content
Zed

modelwatch for Zed

io.github.bch1212/modelwatch

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

client:Zed transport:stdio runtime:npm

Install modelwatch in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

modelwatch in other clients