ModelWatch
Rank #12842pulsemcp/bch1212-modelwatch
MCP server for continuous behavioral drift monitoring of LLM applications, enabling spec creation, drift checking, and report retrieval.
ModelWatch is a Model Context Protocol (MCP) server published by bch1212. It ranks #12842 of 58,832 servers tracked on MCP Toplist. ModelWatch is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on May 9, 2026 and most recently updated on May 9, 2026.
Ranks ahead of 45,990 of 58,832 servers on MCP Toplist.
Use ModelWatch
Add ModelWatch to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"bch1212-modelwatch": {
"url": "https://modelwatch.app/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"bch1212-modelwatch": {
"command": "npx",
"args": [
"-y",
"modelwatch-mcp"
],
"env": {
"MODELWATCH_API_KEY": "<your MODELWATCH_API_KEY>",
"MODELWATCH_API_BASE": "<your MODELWATCH_API_BASE>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries
bch1212
Other servers by bch1212
- Agent Commerce#12713 · 4 vers
- Injectshield#14136 · 1 ver
- GrantIQ#15765 · 2 vers
- QueryShield#16979 · 1 ver
- PubRecords#17820 · 1 ver
- OutdoorIQ#18543 · 1 ver
- AgentTrust#19021 · 1 ver
- AgentVault#19022 · 1 ver
- BizIntel#19767 · 1 ver
- agentfetch-mcp#27553 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | May 9, 2026 |
| 0.1.0 | May 9, 2026 |
Frequently asked questions
- What is ModelWatch?
- MCP server for continuous behavioral drift monitoring of LLM applications, enabling spec creation, drift checking, and report retrieval.
- Who maintains ModelWatch?
- ModelWatch is maintained by bch1212, which publishes 12 MCP servers (16 total versions) tracked on MCP Toplist.
- Is ModelWatch an official MCP server?
- Yes — ModelWatch is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does ModelWatch have?
- MCP Toplist tracks 2 versions of ModelWatch, most recently published on May 9, 2026.
- Where can I find the source code for ModelWatch?
- The source code for ModelWatch is hosted at github.com/bch1212/modelwatch.