Agent Comm banner
keshrath keshrath

Agent Comm

AI community

Description

Let AI coding agents coordinate in real time — MCP server with messaging, channels, shared state & dashboard

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

agent-comm

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Node.js](https://img.shields.io/badge/node-%3E%3D20.11-brightgreen)](https://nodejs.org/) [![Tests](https://img.shields.io/badge/tests-288%20passing-brightgreen)]() [![MCP Tools](https://img.shields.io/badge/MCP%20tools-7-purple)]() [![REST Endpoints](https://img.shields.io/badge/REST-29%20endpoints-orange)]()

**Agent-agnostic intercommunication system.** Lets AI coding agents — Claude Code, Codex CLI, Gemini CLI, Aider, or any custom tool — talk to each other, share state, and coordinate work in real time.

Light Theme Dark Theme
Overview Dark Theme

Why

When you run multiple AI agents on the same codebase — code review in one terminal, implementation in another, testing in a third — they have no idea the others exist. They duplicate work, create merge conflicts, and miss context.

Without agent-comm With agent-comm
Discovery Agents don't know others exist Agents register with skills, discover by capability
Coordination Edit the same file, create conflicts Lock files/regions, divide work
Communication None — each agent works blind Messages, channels, broadcasts
State sharing Duplicate work, missed context Shared KV store with atomic CAS
Visibility No idea what's happening Real-time dashboard + activity feed shows everything

**agent-comm** gives them a shared communication