Catalog
io.github.bch1212/modelwatch
Officialby bch1212 · Python
Continuous behavioral drift monitoring for LLM apps — catches silent provider model updates.
Monitor LLM app behavior for silent model updates and performance drift.
Topics
ai-agentsanthropicclaudedrift-detectionllmllm-monitoringmcpmcp-servermodel-context-protocolobservabilitytypescript
README not available yet.
Install
Configuration
Environment variables
MODELWATCH_API_KEYrequiredsecretAPI key from https://modelwatch.app (free tier: 5 specs, 500 runs/mo).
MODELWATCH_API_BASEdefault https://api.modelwatch.appOverride the API base URL for self-hosted deployments.
claude_desktop_config.json
{
"mcpServers": {
"modelwatch": {
"command": "npx",
"args": [
"-y",
"modelwatch-mcp@0.1.1"
],
"env": {
"MODELWATCH_API_KEY": "<YOUR_MODELWATCH_API_KEY>",
"MODELWATCH_API_BASE": "https://api.modelwatch.app"
}
}
}
}