The GitHub-native CI, SARIF, and security gate for MCP servers before agents depend on them.
Agents should not depend on tools nobody tests. MCP Observatory turns a local MCP check into release-gate evidence maintainers already understand: GitHub Actions, security findings, schema drift detection, PR reports, score badges, agent-accessible diagnostics, and GitHub Code Scanning SARIF.
Start with one server:
npx @kryptosai/mcp-observatory test npx -y my-mcp-serverThen convert the passing check into CI with Code Scanning:
npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y my-mcp-server" --sarifSee the launch page, GitHub Code Scanning demo, and GitHub Code Scanning for MCP servers.
Two more fast paths:
Cloned this repo? Start here: CLONED_THIS.md. Want to contribute? Add one server to the MCP Target Registry or use the Agent Task Pack.
Add MCP CI in one command:
npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y my-mcp-server"Upload normalized MCP findings to GitHub Code Scanning when you want a security-native release gate:






