Observatory
Freeby MCP Community
Test your MCP servers for breaking changes. Checks capabilities, invokes tools, detects schema drift between versions.
v0.20.3Added Apr 12, 2026
mcpmcp-servermodel-context-protocolai-agentai-tools
Observatory MCP Server
Test your MCP servers for breaking changes. Checks capabilities, invokes tools, detects schema drift between versions.
Installation
Reviews
Installation
Quick install
npx -y @kryptosai/mcp-observatory
Add to claude_desktop_config.json
{
"mcpServers": {
"observatory": {
"command": "npx",
"args": ["-y", "@kryptosai/mcp-observatory"]
}
}
}