Skip to main content
Glama

Claude IPC MCP

broadcast

Facilitates real-time message broadcasting to all connected Claude instances via the Claude IPC MCP server, enabling efficient inter-instance communication with structured data support.

Instructions

Broadcast a message to all other Claude instances

Input Schema

NameRequiredDescriptionDefault
contentYesMessage content
dataNoOptional structured data
from_idYesYour instance ID

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Message content", "type": "string" }, "data": { "description": "Optional structured data", "type": "object" }, "from_id": { "description": "Your instance ID", "type": "string" } }, "required": [ "from_id", "content" ], "type": "object" }

Other Tools from Claude IPC MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jdez427/claude-ipc-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server