Using Windsurf with EventCatalog
Windsurf supports the MCP protocol. This means you can use EventCatalog with Windsurf.
Using Windsurf you can ask questions about your architecture, get schema information for your services and messages, directly in your code editor.
Prerequisites
Adding the MCP server to Windsurf
Add this to your ./codeium/windsurf/model_config.json:
{
"mcpServers": {
"eventcatalog": {
"command": "npx",
"args": ["-y", "@eventcatalog/mcp-server", "https://demo.eventcatalog.dev", "YOUR_EVENTCATALOG_LICENSE_KEY"],
}
}
}