Skip to main content
Glama

Claude IPC MCP

share_command

Execute a command on one instance and automatically share its output with another instance using the Claude IPC MCP server for efficient inter-process communication between AI assistants.

Instructions

Execute a command and share output with another instance

Input Schema

NameRequiredDescriptionDefault
commandYesCommand to execute
descriptionNoDescription of what this command does
from_idYesYour instance ID
to_idYesTarget instance ID

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Command to execute", "type": "string" }, "description": { "description": "Description of what this command does", "type": "string" }, "from_id": { "description": "Your instance ID", "type": "string" }, "to_id": { "description": "Target instance ID", "type": "string" } }, "required": [ "from_id", "to_id", "command" ], "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