Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 2.38 KB

File metadata and controls

64 lines (46 loc) · 2.38 KB

MCP Observatory Launch Page

  ███╗   ███╗ ██████╗██████╗
  ████╗ ████║██╔════╝██╔══██╗
  ██╔████╔██║██║     ██████╔╝
  ██║╚██╔╝██║██║     ██╔═══╝
  ██║ ╚═╝ ██║╚██████╗██║
  ╚═╝     ╚═╝ ╚═════╝╚═╝
     O B S E R V A T O R Y

MCP Observatory is the GitHub-native CI and security gate for MCP servers before agents depend on them.

It turns a local MCP check into evidence maintainers already understand: GitHub Actions, SARIF, Code Scanning findings, score badges, reproducible run artifacts, and maintainer-ready PR copy.

The Fast Path

  1. Test one MCP server locally.
npx @kryptosai/mcp-observatory test npx -y my-mcp-server --campaign launch-proof
  1. Convert the passing check into CI.
npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y my-mcp-server" --sarif --campaign launch-proof
  1. Verify the adoption kit.
npx @kryptosai/mcp-observatory setup-ci --doctor

Why Maintainers Use It

  • Catch MCP startup, tool listing, prompt, resource, schema, and drift failures before agents rely on a server.
  • Convert a one-off local check into a repeatable GitHub Action without hand-writing workflow YAML.
  • Emit normalized SARIF so MCP findings can appear in GitHub Code Scanning.
  • Share reproducible JSON and Markdown evidence without exposing private telemetry.
  • Let coding agents run Observatory as an MCP server and inspect other MCP tools autonomously.

Public Proof

For Teams Running MCP In Production

If MCP servers are becoming production dependencies, use the same evidence model privately:

  • CI rollout for selected MCP servers
  • SARIF and GitHub Code Scanning setup
  • private readiness review
  • prioritized fixes and owner-ready next steps
  • Safety Index-style report for internal agent dependencies

See the MCP Readiness Review. The default package starts at $2,500.