MCP Directory

KryptosAI/mcp-observatory

GitHub
Developer Tools

Regression testing for MCP servers. Auto-discovers servers from Claude configs, checks capabilities, invokes tools, detects schema drift between versions, and recommends new servers based on your environment. Works as both a CLI and an MCP server.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-observatory

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from KryptosAI/mcp-observatory your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-observatory": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-observatory"
      ]
    }
  }
}

Route KryptosAI/mcp-observatory intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-observatory

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use KryptosAI/mcp-observatory directly without routing

npx -y mcp-observatory

New to Agent-CoreX? View setup guide →

KryptosAI/mcp-observatory MCP Server — Agent-CoreX