Loading MCP server directory, please wait...
Continuous behavioral drift monitoring for LLM apps — catches silent provider model updates.
npx @getmcp/cli add io.github.bch1212/modelwatchRequires Node.js 18+. Community-contributed server. Review source before installing.
MODELWATCH_API_KEYAPI key from https://modelwatch.app (free tier: 5 specs, 500 runs/mo).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.bch1212/modelwatch": {
"command": "npx",
"args": [
"-y",
"modelwatch-mcp"
],
"env": {
"MODELWATCH_API_KEY": "",
"MODELWATCH_API_BASE": "https://api.modelwatch.app"
}
}
}
}