Skip to content
Cline

MsgMesh for Cline

com.alderflux/msgmesh

Event bus for AI agents: watch_topic long-polls live events; manage topics, schemas, webhooks.

client:Cline transport:stdio runtime:npm

Install MsgMesh in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

MsgMesh in other clients