Skip to main content
Glama

Claude IPC MCP

send

Enable AI assistants to communicate by sending messages between Claude instances, specifying source, target, and content, with optional structured data for enhanced interaction.

Instructions

Send a message to another Claude instance

Input Schema

NameRequiredDescriptionDefault
contentYesMessage content
dataNoOptional structured data to send
from_idYesYour instance ID
to_idYesTarget instance ID

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Message content", "type": "string" }, "data": { "description": "Optional structured data to send", "type": "object" }, "from_id": { "description": "Your instance ID", "type": "string" }, "to_id": { "description": "Target instance ID", "type": "string" } }, "required": [ "from_id", "to_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