A deterministic record of how public MCP servers change their tool contracts. 22 servers, checked every 6 hours, no LLM in the loop.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-drift-registry": {
"command": "npx",
"args": [
"-y",
"he110/mcp-drift-registry"
]
}
}
}
Run in terminal:
claude mcp add mcp-drift-registry npx -y he110/mcp-drift-registry
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-drift-registry": {
"command": "npx",
"args": [
"-y",
"he110/mcp-drift-registry"
]
}
}
}