EventCatalog MCP ServerServer

event-catalog
GitHub
event-driven architectureMCP integrationquery service

Loading subscription status...

💡 Description

A powerful Model Context Protocol (MCP) server enabling seamless integration with EventCatalog, allowing users to query their event-driven architecture and obtain information on domains, services, and event schemas directly in their development tools.

📝 JSON Entries

{
  "mcpServers": [
    {
      "eventcatalog": {
        "args": [
          "-y",
          "@eventcatalog/mcp-server",
          "https://demo.eventcatalog.dev"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

SmitheryCursorWindsurfCodeium

Features

  • Connects to EventCatalog instances for architecture querying
  • Integrates with development tools like Claude and Cursor
  • Allows questioning about OpenAPI and AsyncAPI specifications

💬 Example Queries

  • What are the event schemas available in my EventCatalog?
  • List all the services documented in my architecture.
  • Show me the domain details for my application.