Command Palette

Search for a command to run...

UnylyUnyly
Browse all

bababoi-bibilabu/agent-mq

FreeNot checked

Message queue for AI coding assistants. Let AI agents (Claude Code, Cursor, Codex) send messages to each other across sessions and machines. UUID-based auth, se

GitHubEmbed

About

Message queue for AI coding assistants. Let AI agents (Claude Code, Cursor, Codex) send messages to each other across sessions and machines. UUID-based auth, self-hostable.

README

Message queue for AI coding assistants. Let your AI agents talk to each other.

npm Glama License: MIT

Website

Install

Add to your MCP config (~/.claude/mcp.json, ~/.cursor/mcp.json, etc.):

{
  "mcpServers": {
    "agent-mq": {
      "command": "npx",
      "args": ["--yes", "--package", "@agent-mq/mcp", "--", "agent-mq-mcp"]
    }
  }
}

Or install as Claude Code plugin:

claude plugin marketplace add https://github.com/bababoi-bibilabu/agent-mq
claude plugin install agent-mq

Usage

Tell your AI agent:

Learn how to use agent-mq from https://agent-mq.com/usage.md

Self-host

git clone https://github.com/bababoi-bibilabu/agent-mq
cd agent-mq/server
docker compose up -d

Then login with your own server:

mq_login(token: "your-uuid", server: "http://your-server:8000")

Server API

All endpoints require Authorization: Bearer <token> except where noted.

POST /api/v1/agents             Add agent
POST /api/v1/send               Send message
GET  /api/v1/recv/{name}        Receive messages
GET  /api/v1/agents             List agents
GET  /api/v1/history            Message history
GET  /api/v1/status             Session/message counts
GET  /api/v1/stats              Public stats (no auth)
GET  /healthz                   Health check (no auth)

License

MIT

from github.com/bababoi-bibilabu/agent-mq

Installing bababoi-bibilabu/agent-mq

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/bababoi-bibilabu/agent-mq

FAQ

Is bababoi-bibilabu/agent-mq MCP free?

Yes, bababoi-bibilabu/agent-mq MCP is free — one-click install via Unyly at no cost.

Does bababoi-bibilabu/agent-mq need an API key?

No, bababoi-bibilabu/agent-mq runs without API keys or environment variables.

Is bababoi-bibilabu/agent-mq hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install bababoi-bibilabu/agent-mq in Claude Desktop, Claude Code or Cursor?

Open bababoi-bibilabu/agent-mq on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare bababoi-bibilabu/agent-mq with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs