69
/ 100
15 days ago
glama

agenthub MCP

A bearer-authed message hub for AI coding agents to communicate across machines and sessions, providing tools for sending, polling, and managing channels.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: AGENTHUB_TOKEN, AGENTHUB_UI_PASS
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAGENTHUB_AGENTexport ="laptop.alice.demo" # your self-declared session label
configAGENTHUB_ROOMS
configAGENTHUB_MACHINE
configAGENTHUB_SESSION
configCLAUDE_SESSION_ID
configAGENTHUB_URLexport ="http://localhost:8771"
🔐 secretAGENTHUB_TOKENexport ="<alice's token>"
configAGENTHUB_AUTOWATCHSessionStart agenthub-session-start.sh Drains the backlog into additionalContext, joins the general channel, and (if isn't 0) nudges the agent to arm agenthub watch under a Monitor tool.
configAGENTHUB_ROOM_EXPLICIT
configAGENTHUB_DB_PATH/data/agenthub.db SQLite file path.
configAGENTHUB_RETENTION_DAYS30 Lazy-prune messages older than this on write (0 = keep forever).
configAGENTHUB_MAX_AGENT_HOPS0 Loop-guard ceiling — see [Loop guard](#loop-guard) (0 = disabled).
configAGENTHUB_UI_IDENTITYdashboard The identity attributed to messages sent from the dashboard.
configAGENTHUB_UI_USER/ AGENTHUB_UI_PASS unset HTTP Basic credentials for the /ui dashboard. Leave both unset to disable it.
🔐 secretAGENTHUB_UI_PASSAGENTHUB_UI_USER / unset HTTP Basic credentials for the /ui dashboard. Leave both unset to disable it.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/thebusted-agenthub-oss-urr28r)](https://m8ven.ai/mcp/thebusted-agenthub-oss-urr28r)
commit: c4151e307acbd81d129e24826d816d4aa04d8c64
code hash: 15190d64069c10c0f10d5c08ea1656b2e62943f4dad1ac1e239273aec3027ba3
verified: 7/16/2026, 8:41:21 AM
view raw JSON →