
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
modelwatch-mcp
Advanced tools
MCP server for ModelWatch — continuous behavioral drift monitoring for LLM-powered applications.
MCP server for ModelWatch — continuous behavioral drift monitoring for LLM-powered applications.
Lets Claude Desktop / Claude Code (or any MCP-compatible client) create drift specs, run them, and surface drift events without leaving the chat.
npm install -g modelwatch-mcp
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"modelwatch": {
"command": "npx",
"args": ["-y", "modelwatch-mcp"],
"env": {
"MODELWATCH_API_KEY": "mw_PASTE_FROM_EMAIL"
}
}
}
}
Get a free key at https://modelwatch.app/#signup (5 specs, 500 runs/mo, no card). Then restart Claude Desktop.
| Tool | What it does |
|---|---|
list_endpoints | Show monitored LLM endpoints |
create_endpoint | Add an endpoint (provider + model) |
list_specs | Show behavioral specs |
create_spec | Add a spec (prompt + frequency + severity threshold) |
run_spec | Run a spec on demand; baseline if first run |
reset_baseline | Re-baseline after an intentional model swap |
get_drift_events | Recent drift events across the workspace |
get_spec_history | Run history for one spec |
get_health | Workspace KPIs (plan, spec count, runs this month) |
You: Create a refusal canary against the OpenAI endpoint, asking about chest pain. Run it now and tell me the baseline.
Claude calls list_endpoints → create_spec → run_spec and reports the
score. The same spec then runs daily forever and emails you when drift is
detected.
| Var | Required | Default |
|---|---|---|
MODELWATCH_API_KEY | Yes | — |
MODELWATCH_API_BASE | No | https://api.modelwatch.app |
Self-hosted? Point MODELWATCH_API_BASE at your Railway URL.
https://github.com/bch1212/modelwatch — MIT licensed.
FAQs
MCP server for ModelWatch — continuous behavioral drift monitoring for LLM-powered applications.
We found that modelwatch-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.