MsgMesh for Windsurf
com.alderflux/msgmesh
Event bus for AI agents: watch_topic long-polls live events; manage topics, schemas, webhooks.
client:Windsurf
transport:stdio
runtime:npm
Install MsgMesh in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"msgmesh": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs