Event bus for AI agents: watch_topic long-polls live events; manage topics, schemas, webhooks.
claude mcp add msgmesh -- npx -y @msgmesh/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"msgmesh": {
"command": "npx",
"args": [
"-y",
"@msgmesh/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"msgmesh": {
"command": "npx",
"args": [
"-y",
"@msgmesh/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"msgmesh": {
"command": "npx",
"args": [
"-y",
"@msgmesh/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"msgmesh": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@msgmesh/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"msgmesh": {
"command": "npx",
"args": [
"-y",
"@msgmesh/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/com.alderflux--msgmesh/reviews or the review_server meta-tool.
POST /mcp