Loading MCP server directory, please wait...
Event bus for AI agents: watch_topic long-polls live events; manage topics, schemas, webhooks.
npx @getmcp/cli add com.alderflux/msgmeshRequires Node.js 18+. Community-contributed server. Review source before installing.
MQ_API_KEYMsgMesh API key. Sign one (admin scope recommended) at https://msgmesh-panel.alderflux.com Keys page.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.alderflux/msgmesh": {
"command": "npx",
"args": [
"-y",
"@msgmesh/mcp-server"
],
"env": {
"MQ_API_KEY": "",
"MQ_CONTROL_PLANE_URL": "https://msgmesh-api.alderflux.com",
"MQ_GATEWAY_URL": "https://msgmesh-api.alderflux.com",
"MQ_REALTIME_URL": "https://msgmesh-api.alderflux.com"
}
}
}
}