$git clone https://github.com/Beever-AI/beever-atlas---
| 1 | <h1 align="center"> |
| 2 | <picture> |
| 3 | <source media="(prefers-color-scheme: dark)" srcset="web/public/logo-white.svg" /> |
| 4 | <img src="web/public/logo-primary.svg" alt="" height="48" align="absmiddle" /> |
| 5 | </picture> |
| 6 | Beever Atlas |
| 7 | </h1> |
| 8 | |
| 9 | <div align="center"> |
| 10 | <picture> |
| 11 | <source media="(prefers-color-scheme: dark)" srcset="assets/banner-dark.png" /> |
| 12 | <img src="assets/banner.png" alt="Beever Atlas — LLM-first Wiki Knowledge Base" width="85%" /> |
| 13 | </picture> |
| 14 | </div> |
| 15 | |
| 16 | <h3 align="center"> |
| 17 | Turn your team's Slack, Discord, Teams & Mattermost chats<br> |
| 18 | into a self-maintaining wiki — automatically. |
| 19 | </h3> |
| 20 | |
| 21 | <p align="center"> |
| 22 | <a href="https://docs.beever.ai/atlas"><img src="https://img.shields.io/badge/DOCS-docs.beever.ai/atlas-FFC107?style=for-the-badge&labelColor=4A4A4A" alt="Docs" /></a> |
| 23 | <a href="LICENSE"><img src="https://img.shields.io/badge/LICENSE-Apache_2.0-7CB342?style=for-the-badge&labelColor=4A4A4A" alt="License Apache 2.0" /></a> |
| 24 | <a href="https://beever.ai"><img src="https://img.shields.io/badge/BUILT_BY-BEEVER.AI-15404E?style=for-the-badge&labelColor=4A4A4A" alt="Built by Beever.ai" /></a> |
| 25 | <a href="https://google.github.io/adk-docs/"><img src="https://img.shields.io/badge/BUILT_WITH-Google_ADK-FF6F00?style=for-the-badge&labelColor=4A4A4A" alt="Built with Google ADK" /></a> |
| 26 | <a href="https://glama.ai/mcp/servers/Beever-AI/beever-atlas"><img src="https://img.shields.io/badge/MCP-Listed_on_Glama-A855F7?style=for-the-badge&labelColor=4A4A4A" alt="MCP server on Glama" /></a> |
| 27 | </p> |
| 28 | |
| 29 | <p align="center"> |
| 30 | <a href="https://discord.gg/VshBCUUX"><img src="https://img.shields.io/badge/DISCORD-Join_Community-5865F2?style=for-the-badge&labelColor=4A4A4A&logo=discord&logoColor=white" alt="Join our Discord" /></a> |
| 31 | <a href="https://x.com/Beever_AI"><img src="https://img.shields.io/badge/X-@Beever__AI-000000?style=for-the-badge&labelColor=4A4A4A&logo=x&logoColor=white" alt="Follow us on X" /></a> |
| 32 | <a href="https://beever.ai/"><img src="https://img.shields.io/badge/WEBSITE-beever.ai-15404E?style=for-the-badge&labelColor=4A4A4A" alt="beever.ai" /></a> |
| 33 | </p> |
| 34 | |
| 35 | <div align="center"> |
| 36 | <a href="https://glama.ai/mcp/servers/Beever-AI/beever-atlas"> |
| 37 | <img width="380" height="200" src="https://glama.ai/mcp/servers/Beever-AI/beever-atlas/badge" alt="Beever Atlas MCP server on Glama" /> |
| 38 | </a> |
| 39 | </div> |
| 40 | |
| 41 | --- |
| 42 | |
| 43 | Beever Atlas pulls the conversations your team already has on Slack, Discord, Microsoft Teams, and Mattermost, extracts atomic facts, deduplicates them, and clusters them into topic pages with citations. A graph store links the people, decisions, and projects mentioned across channels. Ask questions in natural language and get answers cited back to the source messages — through the dashboard, or through MCP into Claude Code and Cursor. |
| 44 | |
| 45 | If you want a knowledge base that grows on its own from the chats your team already has, this is it. |
| 46 | |
| 47 | --- |
| 48 | |
| 49 | ## ✨ Features in action |
| 50 | |
| 51 | Six short clips — connect a workspace, sync history, watch memory build, browse the auto-generated wiki, ask questions, plug external AI agents in via MCP. |
| 52 | |
| 53 | <table> |
| 54 | <tr> |
| 55 | <td width="33%" align="center" valign="top"> |
| 56 | <strong>Multi-Platform</strong><br><br> |
| 57 | <img src="assets/clips/multi-platform.gif" alt="Multi-platform connections demo" width="100%"><br> |
| 58 | Connect Slack, Discord, Teams, Mattermost, or file imports. One bot, every workspace. |
| 59 | </td> |
| 60 | <td width="33%" align="center" valign="top"> |
| 61 | <strong>Message Sync</strong><br><br> |
| 62 | <img src="assets/clips/sync.gif" alt="Channel sync demo" width="100%"><br> |
| 63 | Pull channel history on demand or on a schedule. Resumable and rate-limit aware. |
| 64 | </td> |
| 65 | <td width="33%" align="center" valign="top"> |
| 66 | <strong>Memory Ingestion</strong><br><br> |
| 67 | <img src="assets/clips/memory.gif" alt="Memory ingestion pipeline demo" width="100%"><br> |
| 68 | 6-stage ADK pipeline distils messages into atomic facts, entities, and relationships. |
| 69 | </td> |
| 70 | </tr> |
| 71 | <tr> |
| 72 | <td width="33%" |