Skip to main content
Glama

Claude IPC MCP

broadcast

Send messages to all Claude instances connected to the Claude IPC MCP server, enabling efficient inter-process communication and data sharing across AI assistants.

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" }
Install Server

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