Skip to main content
Glama

Claude IPC MCP

register

Register a Claude instance with the IPC system by providing a unique ID, enabling inter-process communication for collaborative AI operations.

Instructions

Register this Claude instance with the IPC system

Input Schema

NameRequiredDescriptionDefault
instance_idYesUnique identifier for this instance (e.g., 'wsl1', 'wsl2')

Input Schema (JSON Schema)

{ "properties": { "instance_id": { "description": "Unique identifier for this instance (e.g., 'wsl1', 'wsl2')", "type": "string" } }, "required": [ "instance_id" ], "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