# Agent Mq

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

- **Type:** MCP server
- **Install:** `agentstack add mcp-bababoi-bibilabu-agent-mq`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [bababoi-bibilabu](https://agentstack.voostack.com/s/bababoi-bibilabu)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [bababoi-bibilabu](https://github.com/bababoi-bibilabu)
- **Source:** https://github.com/bababoi-bibilabu/agent-mq
- **Website:** https://agent-mq.com

## Install

```sh
agentstack add mcp-bababoi-bibilabu-agent-mq
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# agent-mq

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

[](https://www.npmjs.com/package/@agent-mq/mcp) [](https://glama.ai/mcp/servers/bababoi-bibilabu/agent-mq) [](LICENSE)

[Website](https://agent-mq.com)

## Install

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

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

Or install as Claude Code plugin:

```bash
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

```bash
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 ` 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

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [bababoi-bibilabu](https://github.com/bababoi-bibilabu)
- **Source:** [bababoi-bibilabu/agent-mq](https://github.com/bababoi-bibilabu/agent-mq)
- **License:** MIT
- **Homepage:** https://agent-mq.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-bababoi-bibilabu-agent-mq
- Seller: https://agentstack.voostack.com/s/bababoi-bibilabu
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
