MsgMesh for Grok
com.alderflux/msgmesh
Event bus for AI agents: watch_topic long-polls live events; manage topics, schemas, webhooks.
client:Grok
transport:stdio
runtime:npm
Install MsgMesh in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"msgmesh": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@msgmesh/mcp-server"
],
"env": {
"MQ_API_KEY": "<MQ_API_KEY>",
"MQ_CONTROL_PLANE_URL": "<MQ_CONTROL_PLANE_URL>",
"MQ_GATEWAY_URL": "<MQ_GATEWAY_URL>",
"MQ_REALTIME_URL": "<MQ_REALTIME_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs