Continuous behavioral drift monitoring for LLM apps — catches silent provider model updates.
claude mcp add modelwatch -- npx -y modelwatch-mcp
claude_desktop_config.json
{
"mcpServers": {
"modelwatch": {
"command": "npx",
"args": [
"-y",
"modelwatch-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"modelwatch": {
"command": "npx",
"args": [
"-y",
"modelwatch-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"modelwatch": {
"command": "npx",
"args": [
"-y",
"modelwatch-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"modelwatch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"modelwatch-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"modelwatch": {
"command": "npx",
"args": [
"-y",
"modelwatch-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.bch1212--modelwatch/reviews or the review_server meta-tool.
POST /mcp