Skip to main content

Claude Code with EventCatalog

EventCatalog Setup

First, you need to enable the LLMS.txt feature in your EventCatalog instance.

  1. Enable the LLMS.txt feature in your EventCatalog instance, by configuring your eventcatalog.config.js file.
  2. Deploy your EventCatalog instance with the LLMS.txt feature enabled.

Adding the MCP server to Claude Code

To use the EventCatalog MCP server with Claude Code, run the following command:

claude mcp add --transport stdio eventcatalog -- npx @eventcatalog/mcp-server {YOUR_URL} {YOUR_LICENSE_KEY}

Test the connection by running:

claude mcp list

See the Claude Code documentation for more information.