Back to Apps

MCP Observatory
Supports UIby KryptosAI
CI-native security testing, attack simulation, and health scoring for MCP servers to ensure agent reliability.
0 stars
Works in:claude
Exposes:ToolsResourcesPrompts
What it does
MCP Observatory is a professional security and reliability suite for developers building MCP servers. It allows teams to catch broken tools, unsafe schemas, and security vulnerabilities before they are deployed into production agent environments.
Tools
scan: Auto-discovers servers and runs security/health checks.check_server: Tests a specific server for reliability.score_server: Provides a health grade (0-100) for a server.record/replay/verify: Implements a VCR-like workflow for regression testing MCP tool calls.diff_runs: Detects schema drift between different versions of a server.suggest_servers: Recommends MCP servers based on the project's technology stack.
Installation
To use MCP Observatory as an MCP server within Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-observatory": {
"command": "npx",
"args": ["-y", "@kryptosai/mcp-observatory", "serve"]
}
}
}
Supported hosts
Confirmed support for claude (Desktop and Code).
Quick install
npx -y @kryptosai/mcp-observatory serveInformation
- Pricing
- free
- Published
- 7/17/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"mcp-observatory": {"command": "npx", "args": ["-y", "@kryptosai/mcp-observatory", "serve"]}}}





