Claude Code with EventCatalog
EventCatalog Setup
First, you need to enable the LLMS.txt feature in your EventCatalog instance.
- Enable the
LLMS.txtfeature in your EventCatalog instance, by configuring youreventcatalog.config.jsfile. - Deploy your EventCatalog instance with the
LLMS.txtfeature 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.