Skip to main content
Glama

Claude IPC MCP

share_file

Transfer file content between instances using Claude IPC MCP. Specify source and target instance IDs along with the file path to enable efficient communication and data sharing across AI assistants.

Instructions

Share file content with another instance

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the file
filepathYesPath to file to share
from_idYesYour instance ID
to_idYesTarget instance ID

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the file", "type": "string" }, "filepath": { "description": "Path to file to share", "type": "string" }, "from_id": { "description": "Your instance ID", "type": "string" }, "to_id": { "description": "Target instance ID", "type": "string" } }, "required": [ "from_id", "to_id", "filepath" ], "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