MsgMesh
About
Event bus for AI agents: watch_topic long-polls live events; manage topics, schemas, webhooks.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MQ_API_KEY MQ_CONTROL_PLANE_URL MQ_GATEWAY_URL MQ_REALTIME_URLClaude Code
claude mcp add --env MQ_API_KEY= --env MQ_CONTROL_PLANE_URL= --env MQ_GATEWAY_URL= --env MQ_REALTIME_URL= msgmesh -- npx @msgmesh/mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"msgmesh","command":"npx","args":["@msgmesh/mcp-server"],"env":{"MQ_API_KEY":"","MQ_CONTROL_PLANE_URL":"","MQ_GATEWAY_URL":"","MQ_REALTIME_URL":""}}'
JSON
{
"mcpServers": {
"msgmesh": {
"command": "npx",
"args": [
"@msgmesh/mcp-server"
],
"env": {
"MQ_API_KEY": "",
"MQ_CONTROL_PLANE_URL": "",
"MQ_GATEWAY_URL": "",
"MQ_REALTIME_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.