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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y agent-mqAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add agent-mqAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use bababoi-bibilabu/agent-mq directly without routing
npx -y agent-mqNew to Agent-CoreX? View setup guide →