mcp-server
Verified Safeby event-catalog
Overview
Provides an MCP server to enable AI clients to query EventCatalog for event-driven architecture insights.
Installation
npx -y @eventcatalog/mcp-server https://demo.eventcatalog.dev ABCD-1234-5678-9012-3456-7890Environment Variables
- EVENTCATALOG_URL
- EVENTCATALOG_SCALE_LICENSE_KEY
- MCP_TRANSPORT
- PORT
- BASE_PATH
- PROXY_SERVER_URI
- PAGE_SIZE
Security Notes
The server's core functionality relies on fetching data from a user-configured `EVENTCATALOG_URL`. If this URL points to a malicious or untrusted source, the server could fetch and process undesirable content. The license key (`EVENTCATALOG_SCALE_LICENSE_KEY`) is sent to an external API (`api.eventcatalog.cloud`) for verification. While secrets are handled via environment variables or CLI arguments, an example config snippet shows a hardcoded license key, which is bad practice if copied directly. The `SECURITY.md` file indicates strong awareness and implementation of Docker security best practices, which is a significant positive for containerized deployments.
Similar Servers
dbt-mcp
Provides a Model Context Protocol (MCP) server that exposes various dbt-related functionalities (CLI, Semantic Layer, Discovery, Admin API, Code Generation, LSP) as tools for AI agents to interact with dbt projects in Core, Fusion, and Platform environments.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.