Best for
- Development teams building custom MCP servers.
- Security teams needing to validate MCP server security in the AI supply chain.
- DevOps engineers looking for CI integration for MCP server testing.
MCP Observatory is a powerful security scanner and testing tool for MCP servers. It offers unique attack simulation and schema drift detection, and can act as an MCP server itself. This is a valuable tool for teams looking to integrate security testing into their MCP development workflow.
MCP Observatory is a CI-native security tool for testing custom MCP servers. It detects schema drift, simulates attacks, generates compliance evidence (e.g., SARIF reports), and provides health scoring before agents depend on your servers. It can run as a CLI or as an MCP server, allowing AI agents to directly test other MCP servers.
npx @kryptosai/mcp-observatory or npx @kryptosai/mcp-observatory demo.mcpServers entry in your client config, e.g., {
"mcpServers": {
"mcp-observatory": {
"command": "npx",
"args": ["-y", "@kryptosai/mcp-observatory", "serve"]
}
}
}
claude mcp add mcp-observatory -- npx -y @kryptosai/mcp-observatory serve.setup-ci --all --command "npx -y my-mcp-server" --sarif to generate a workflow.{
"mcpServers": {
"mcp-observatory": {
"command": "npx",
"args": [
"-y",
"@kryptosai/mcp-observatory",
"serve"
]
}
}
}