MCP Directory

bababoi-bibilabu/agent-mq

GitHub
Communication

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y agent-mq

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from bababoi-bibilabu/agent-mq your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "agent-mq": {
      "command": "npx",
      "args": [
        "-y",
        "agent-mq"
      ]
    }
  }
}

Route bababoi-bibilabu/agent-mq intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add agent-mq

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use bababoi-bibilabu/agent-mq directly without routing

npx -y agent-mq

New to Agent-CoreX? View setup guide →

bababoi-bibilabu/agent-mq MCP Server — Agent-CoreX