Skip to main content
Glama

Claude IPC MCP

send

Send messages between Claude instances on the Claude IPC MCP server. Specify sender, receiver, and content to facilitate inter-process communication for AI assistants.

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