EventCatalog
Provides a dynamic event catalog server for querying and retrieving architectural metadata, enabling developers to explore complex event-driven system components through predefined tools and resources.
16 stars
0 tools
Created Aug 2025
@event-catalog/event-catalog-eventcatalog-serverAbout
Provides a dynamic event catalog server for querying and retrieving architectural metadata, enabling developers to explore complex event-driven system components through predefined tools and resources.
Categories
general
Installation
npm
npm install @event-catalog/event-catalog-eventcatalog-server
Configuration
{
"mcpServers": {
"event-catalog-eventcatalog-server": {
"command": "npx",
"args": [
"-y",
"@event-catalog/event-catalog-eventcatalog-server"
]
}
}
}