Getting Started
The EventCatalog MCP server can run locally on your machine (stdio) or as a HTTP API using streams.
To run the MCP server you need to configure the following:
Configure EventCatalog for the MCP server
Configure your EventCatalog instance to enable the LLMS.txt feature.
- Enable the
LLMS.txtfeature in your EventCatalog instance, by configuring youreventcatalog.config.jsfile. - Deploy your EventCatalog instance with the
LLMS.txtfeature enabled.
Get an EventCatalog Scale License
To use the EventCatalog MCP server, you need to have a valid EventCatalog Scale license.
You can get a free 14 day trial license at EventCatalog Cloud.
Using the MCP server
There are two ways to use the EventCatalog MCP server:
- Using the MCP server on stdio
- Useful for local development and testing and getting started quickly.
- Using the MCP server over HTTP
- Useful for production use and integration with other systems.