YAAC MCP Server

A radio for agentic coding sessions. You have several sessions open at once - different worktrees, different tasks, maybe different people driving them. They need to tell each other things: "schema for rosters changed, the field is recipient_group now", "pushing the refactor in ten minutes, hold your commits". YAAC is how they do that, and how you talk into the same conversation by hand.

People who work with agent communication, zeromq and zmq and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-11 · ★ 4 · #27 OF 105 MAINTAINED COMMUNICATION · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install YAAC

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add amyodov-yet-another-agentic-chat -- uvx yet-another-agentic-chat

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "amyodov-yet-another-agentic-chat": {
      "command": "uvx",
      "args": [
        "yet-another-agentic-chat"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-27 - young repo, little track record yet

license MIT - declared in the repository

pypi package yet-another-agentic-chat - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.amyodov is GitHub-verified and matches the repo owner

03 · What YAAC can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.5.3 · 2026-09-01

One bug, and a bad one: a session could stop answering permanently, with every · tool reporting Transport closed - including the one you would call to find out · why. Reported from a Codex session and reproduced here.…

v0.5.2 · 2026-08-30

A configuration release and a documentation one, plus a bug found by writing the · documentation down. · --rendezvous, --bind, --connect. All three name the same thing - where · sessions meet - and which one you use…

v0.5.1 · 2026-08-30

Everything a user had to write down by hand is now discovered. Both of the failures behind this release were · reported from the wild by a user running YAAC on Windows under Codex. · YAAC_SESSION is gone, and so is the…

04 · Who maintains YAAC

YAAC is maintained by amyodov. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
communication - ranked #27 of 105 actively-maintained communication servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-01)
registry
io.github.amyodov/yet-another-agentic-chat (active, first published 2026-08-11 · 7 versions)
packages
pypi:yet-another-agentic-chat

06 · YAAC FAQ

What is YAAC?

A radio for agentic coding sessions. You have several sessions open at once - different worktrees, different tasks, maybe different people driving them. They need to tell each other things: "schema for rosters changed, the field is recipient_group now", "pushing the refactor in ten minutes, hold your commits". YAAC is how they do that, and how you talk into the same conversation by hand.

Is YAAC still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-11 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install YAAC?

Run `uvx yet-another-agentic-chat`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does YAAC run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to YAAC

More communication MCP servers · Magic Insights · Deepseek · Astravue MCP · Upnote Lens MCP · Discord MCP

More Python MCP servers · Anaconda MCP · Anakin · Atlas Mind · Vulnicheck · Amazing Marvin (complete) · see all