1. Conduid
  2. Agents
  3. bababoi-bibilabu/agent-mq
MCP server · Agents

bababoi-bibilabu/agent-mq

hostable.

34Low

Scored 5 months ago · breakdown

About bababoi-bibilabu/agent-mq

bababoi-bibilabu/agent-mq is an MCP server in the Agents category: hostable. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/bababoi-bibilabu/agent-mq

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about bababoi-bibilabu/agent-mq

Powered by Claude · Grounded in docs

I know everything about bababoi-bibilabu/agent-mq. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

agent-mq

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

npm Glama

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

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About bababoi-bibilabu/agent-mq

How do I install bababoi-bibilabu/agent-mq?

Run git clone https://github.com/bababoi-bibilabu/agent-mq, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is bababoi-bibilabu/agent-mq safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is bababoi-bibilabu/agent-mq still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.