TalkEventsToMe
@chiefnamingofficer
关于 TalkEventsToMe
A learning project for MCP server integration, between eventcatalog.io and cursor.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"TalkEventsToMe": {
"command": "npx",
"args": [
"-y",
"@eventcatalog/mcp-server",
"--help"
]
}
}
}工具
6Find resources available in EventCatalog
Get detailed information about services, domains, events, commands, queries, or flows
Get producers and consumers for a service
Returns schema for services, events, commands, or queries
Reviews schema changes for breaking changes
Explain domain-specific terminology
概览
What is TalkEventsToMe?
TalkEventsToMe is a learning project that integrates with EventCatalog via an MCP (Model Context Protocol) server, enabling AI assistants such as Claude, Cursor, and Windsurf to query an organization's EventCatalog instance for insights about event-driven architecture.
How to use TalkEventsToMe?
Configure the MCP server using the provided .mcp.json file (requires an EventCatalog Scale license key), install dependencies automatically via npx, and restart the MCP-compatible client (e.g., Cursor) to load the server. Verify by asking questions about your event catalog.
Key features of TalkEventsToMe
- Integrates with EventCatalog via MCP protocol
- Provides tools like
find_resources,find_resource,find_producers_and_consumers,get_schema,review_schema_changes, andexplain_ubiquitous_language_terms - Exposes resources for all messages, events, domains, services, queries, commands, flows, teams, and users
- Works with Claude, Cursor, Windsurf, and other MCP-compatible clients
- Designed for learning and exploration of event-driven architecture
Use cases of TalkEventsToMe
- Discover which team owns a specific event in your architecture
- Understand event flows and dependencies when a menu gets published
- Learn how to register a new event with EventCatalog and notify subscribers
- Explore error‑handling and reliability patterns for event delivery failures
FAQ from TalkEventsToMe
What runtime or dependencies are required?
You need an EventCatalog Scale license key (a 14‑day trial is available from EventCatalog Cloud), and the MCP server is installed automatically via npx.
Where does the data live and how is it accessed?
The EventCatalog instance is hosted at https://eventcatalog.compassdigital.org/ and is protected by Google OAuth. You must have network access and be authenticated.
What tools does the MCP server expose?
It provides six tools: find_resources, find_resource, find_producers_and_consumers, get_schema, review_schema_changes, and explain_ubiquitous_language_terms.
What transports or authentication methods are supported?
The server uses the MCP protocol with standard HTTP transport to the EventCatalog instance. Authentication is handled via Google OAuth for the instance and an EventCatalog Scale license key for the server.
Are there known limitations?
The EventCatalog instance is protected by Google OAuth and requires a valid, non‑expired Scale license key. The project is intended for learning and exploration, not production use.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ICSS
chokcoco不止于 CSS

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论