Skip to main content

VS Code with EventCatalog

Prerequisites​

Adding the MCP server to VS Code​

To connect the EventCatalog MCP server to VS Code, click the Install in VS Code button. Or to manually connect the MCP server, create a .vscode/mcp.json file and add:

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

See the VS Code documentation for more information.