50
/ 100
1 month ago
glama

Beever Atlas

Turns team chat (Slack, Discord, MS Teams, Mattermost) into a living knowledge base - a typed knowledge graph plus auto-generated wiki - exposed to AI agents through a 28-tool MCP server with semantic search, expert finding, and decision tracing.

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 10 credentials: BOT_SESSION_SECRET, BRIDGE_API_KEY, DISCORD_BOT_TOKEN, DISCORD_PUBLIC_KEY, MATTERMOST_BOT_TOKEN, SLACK_APP_TOKEN, SLACK_BOT_TOKEN, SLACK_SIGNING_SECRET, TEAMS_APP_PASSWORD, TELEGRAM_BOT_TOKEN
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.
configADAPTER_RECYCLE_INTERVAL_MS
configBACKEND_URL
configBEEVER_API_KEYS, BEEVER_ADMIN_TOKEN Ship as dev-key-change-me / dev-admin-change-me — public placeholders python -c "import secrets; print(secrets.token_hex(24))" per token
configBEEVER_BRIDGE_HMAC_DUAL
configBEEVER_ENVproduction Enables fail-fast startup that rejects every dev default above Flip the value in .env
configBOT_ASK_TIMEOUT_MS
configBOT_DM_ENABLED
configBOT_HUMAN_QUIET_THRESHOLD
configBOT_PARTICIPANT_CACHE_TTL_MS
configBOT_PORT
configBOT_RATELIMIT_PER_MIN
🔐 secretBOT_SESSION_SECRET
configBOT_TRIGGER_REDESIGN
configBOT_VISION_ENABLED
configBOT_VISION_MAX_BYTES
configBOT_VISION_MAX_IMAGES
configBOT_VISION_TIMEOUT_MS
configBRIDGE_ALLOW_UNAUTH
🔐 secretBRIDGE_API_KEYShared secret between backend and bot; blank by default, required outside local dev Same secrets.token_hex(24)
configDISCORD_APPLICATION_ID
🔐 secretDISCORD_BOT_TOKEN
configDISCORD_GATEWAY_DISABLED
🔐 secretDISCORD_PUBLIC_KEY
configLOG_LEVEL
configMATTERMOST_BASE_URL
🔐 secretMATTERMOST_BOT_TOKEN
configREDIS_URL
🔐 secretSLACK_APP_TOKEN
🔐 secretSLACK_BOT_TOKEN
🔐 secretSLACK_SIGNING_SECRET
configTEAMS_APP_ID
🔐 secretTEAMS_APP_PASSWORD
configTEAMS_APP_TENANT_ID
🔐 secretTELEGRAM_BOT_TOKEN
// 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 1 concrete improvement 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/beever-ai-beever-atlas-s9wea6)](https://m8ven.ai/mcp/beever-ai-beever-atlas-s9wea6)
commit: ec053774b34d02c84a065542450514286f876f49
code hash: c6e248b16977ee674d6d26b612af3e52698b5468695dff900d8890f645faa245
verified: 6/13/2026, 10:25:42 AM
view raw JSON →