MCP Server
MCP
io.github.bch1212/modelwatch
Continuous behavioral drift monitoring for LLM apps — catches silent provider model updates.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "modelwatch-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key from https://modelwatch.app (free tier: 5 specs, 500 runs/mo).",
"isRequired": true,
"isSecret": true,
"name": "MODELWATCH_API_KEY"
},
{
"description": "Override the API base URL for self-hosted deployments.",
"default": "https://api.modelwatch.app",
"name": "MODELWATCH_API_BASE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment