ModelWatch
Rank #23,142io.github.bch1212/modelwatch
Continuous behavioral drift monitoring for LLM apps — catches silent provider model updates.
ModelWatch is a Model Context Protocol (MCP) server published by bch1212. It ranks #23,142 of 115,460 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 92,318 of 115,460 servers on MCP Toplist.
Use ModelWatch
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http modelwatch https://modelwatch.app/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add modelwatch -e "MODELWATCH_API_KEY=<your MODELWATCH_API_KEY>" -e "MODELWATCH_API_BASE=<your MODELWATCH_API_BASE>" -- npx -y modelwatch-mcpReplace each placeholder with your own value before saving.
[mcp_servers.modelwatch]
url = "https://modelwatch.app/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.modelwatch]
command = "npx"
args = ["-y", "modelwatch-mcp"]
[mcp_servers.modelwatch.env]
MODELWATCH_API_KEY = "<your MODELWATCH_API_KEY>"
MODELWATCH_API_BASE = "<your MODELWATCH_API_BASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://modelwatch.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"modelwatch": {
"command": "npx",
"args": [
"-y",
"modelwatch-mcp"
],
"env": {
"MODELWATCH_API_KEY": "<your MODELWATCH_API_KEY>",
"MODELWATCH_API_BASE": "<your MODELWATCH_API_BASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"modelwatch": {
"url": "https://modelwatch.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"modelwatch": {
"command": "npx",
"args": [
"-y",
"modelwatch-mcp"
],
"env": {
"MODELWATCH_API_KEY": "<your MODELWATCH_API_KEY>",
"MODELWATCH_API_BASE": "<your MODELWATCH_API_BASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"modelwatch": {
"type": "http",
"url": "https://modelwatch.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"modelwatch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"modelwatch-mcp"
],
"env": {
"MODELWATCH_API_KEY": "<your MODELWATCH_API_KEY>",
"MODELWATCH_API_BASE": "<your MODELWATCH_API_BASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"modelwatch": {
"serverUrl": "https://modelwatch.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"modelwatch": {
"command": "npx",
"args": [
"-y",
"modelwatch-mcp"
],
"env": {
"MODELWATCH_API_KEY": "<your MODELWATCH_API_KEY>",
"MODELWATCH_API_BASE": "<your MODELWATCH_API_BASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"modelwatch": {
"url": "https://modelwatch.app/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"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.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bch1212%2Fmodelwatch)<a href="https://mcptoplist.com/server/io.github.bch1212%2Fmodelwatch"><img src="https://mcptoplist.com/badge/io.github.bch1212%2Fmodelwatch.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
bch1212
Other servers by bch1212
- agentfetch-mcp#19,318 · 1 ver
- Agent Commerce MCP#20,517 · 4 vers
- QueryShield#21,430 · 1 ver
- GrantIQ MCP#25,349 · 2 vers
- AgentVault#29,652 · 1 ver
- AgentTrust MCP#54,749 · 1 ver
- BizIntel MCP#54,750 · 1 ver
- InjectShield#54,751 · 1 ver
- outdooriq-mcp#54,752 · 1 ver
- PubRecords MCP#54,753 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | May 9, 2026 |
| 0.1.0 | May 9, 2026 |
Frequently asked questions
- Who maintains ModelWatch?
- ModelWatch is maintained by bch1212, which publishes 11 MCP servers (16 total versions) tracked on MCP Toplist.
- Is ModelWatch listed on the Official MCP Registry?
- 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.