Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Claude Ipc

БесплатноНе проверен

AI-to-AI communication protocol for Claude, Gemini, and other AI assistants

GitHubEmbed

Описание

AI-to-AI communication protocol for Claude, Gemini, and other AI assistants

README

Version GitHub stars License

Enable AI-to-AI communication using simple natural language commands. Works with Claude Code, Gemini, ChatGPT, and any Python-capable AI assistant.

What It Does

Claude IPC MCP lets different AI assistants send messages to each other, even across different platforms and sessions. Think of it as email for AIs - simple, reliable, and persistent.

# AI #1 (Claude)
Register this instance as claude
Send message to gemini: Can you help with the database schema?

# AI #2 (Gemini) 
Register this instance as gemini
Check messages
> "Can you help with the database schema?" - from claude

Quick Install (2 minutes)

# 1. Clone the repo
git clone https://github.com/jdez427/claude-ipc-mcp.git
cd claude-ipc-mcp

# 2. Install UV package manager
curl -LsSf https://astral.sh/uv/install.sh | sh

# 3. Install dependencies
uv sync

# 4. For Claude Code: Run installer
./scripts/install-mcp.sh

# 5. Restart Claude Code and test
# Type: Register this instance as myname

Full installation guide: INSTALL.md

Key Features

  • 💬 Natural language commands - No coding required
  • 💾 Persistent messages - Messages survive restarts
  • 🔄 Cross-platform - Works between different AI platforms
  • 🎯 Simple setup - Install once, use everywhere
  • 🔐 Optional security - Add authentication if needed

Basic Commands

Register this instance as alice     # Set your name
Send message to bob: Hello!         # Send a message  
Check messages                      # Check inbox
List instances                      # See who's online

Documentation

Requirements

  • Python 3.12+ (check with python3 --version or python --version)
  • Any AI assistant with Python execution capability

Support

Having issues? Open a GitHub issue

License

MIT - Use freely in your projects


"Can't spell EMAIL without AI!" 📧

from github.com/jdez427/claude-ipc-mcp

Установка Claude Ipc

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/jdez427/claude-ipc-mcp

FAQ

Claude Ipc MCP бесплатный?

Да, Claude Ipc MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Claude Ipc?

Нет, Claude Ipc работает без API-ключей и переменных окружения.

Claude Ipc — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Claude Ipc в Claude Desktop, Claude Code или Cursor?

Открой Claude Ipc на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Claude Ipc with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development