EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    Home
    Tools

    2,508+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1666
    • Coding1214
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects396
    • Research371
    • Analytics339
    • Testing233
    • MCP227
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts144
    • Extensions137
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. Beever Atlas
    Beever Atlas icon

    Beever Atlas

    Knowledge Management
    Featured

    An open-source, self-hostable LLM wiki that turns Slack, Discord, Teams, and Mattermost conversations into a self-maintaining knowledge base with AI-powered Q&A and MCP support.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully open-source under Apache 2.0. Free to use, modify, and self-host.

    Engagement

    Available On

    Web
    API
    CLI
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Knowledge ManagementRetrieval-Augmented GenerationMCP Servers

    Alternatives

    SiftBlinkoTolaria
    Developer
    Beever AIToronto, CanadaEst. 2024$800000+ raised

    Listed May 2026

    About Beever Atlas

    Beever Atlas is an open-source knowledge base built by Beever AI that continuously distils team chat conversations into a structured, auto-maintained wiki. Licensed under Apache 2.0, it is self-hostable via Docker Compose and ships with a 6-stage AI ingestion pipeline, dual-memory architecture, and a Model Context Protocol (MCP) server for integration with AI coding assistants like Claude Code and Cursor.

    What It Is

    Beever Atlas sits in the category of LLM-first knowledge management tools, specifically targeting teams that generate institutional knowledge through chat platforms. Rather than retrieving raw message snippets at query time (the standard RAG approach), Atlas continuously distils conversations into deduplicated, citation-bearing wiki pages — one per channel — and answers questions against that pre-digested knowledge. The project describes this approach as "Wiki-First RAG," directly inspired by Andrej Karpathy's observation that LLMs reason far better over curated encyclopedic content than over raw chat logs.

    Dual-Memory Architecture

    Atlas maintains two complementary memory systems that work in parallel:

    • 3-tier semantic store (channel / topic / atomic fact): powered by Weaviate vector embeddings, handles approximately 80% of queries in under 200ms via hybrid search.
    • Graph store: powered by Neo4j, extracts entities and relationships for multi-hop reasoning — answering relational questions like "who worked on X with Y?" that pure vector RAG struggles with.

    A smart query router selects the appropriate retrieval strategy per question, keeping latency low and context precise.

    The 6-Stage Ingestion Pipeline

    Built on Google's Agent Development Kit (ADK), the ingestion pipeline processes messages through six stages: Sync (fetch from platforms), Extract (LLM extracts facts, entities, relationships), Validate (quality gates filter low-confidence extractions at ≥0.5 threshold), Store (write to Weaviate and Neo4j via outbox pattern), Cluster (group related facts by cosine similarity), and Wiki (generate structured wiki pages with citations and diagrams). The pipeline is resumable and rate-limit aware.

    Platform Support and MCP Integration

    Atlas connects natively to Slack, Discord, Microsoft Teams, and Mattermost, with Telegram listed as coming soon. File imports (PDFs, Markdown, documents) are also supported for a unified knowledge layer. The MCP server at /mcp exposes 16 tools covering discovery, retrieval, graph traversal, and long-running operations, with per-agent authentication and principal-keyed rate limits. Ready-to-use .mcp.json templates are provided for Claude Code and Cursor.

    Update: v0.2.0 — Wiki Narrative Engine and Pluggable Embeddings

    The GitHub repository shows v0.2.0 was published on May 18, 2026, titled "Wiki narrative engine, Obsidian-style graph, pluggable embeddings." The initial open-source release (v0.1.0) launched in April 2026. The project notes that all /api/* endpoints are marked UNSTABLE in 0.1.0, with a /api/v1/* prefix planned for v0.2.0. The repository had accumulated 359 stars and 41 forks as of late May 2026, per the GitHub project metadata.

    Deployment and Setup

    Atlas ships as a Docker Compose stack comprising three application services (backend FastAPI + ADK agents, bot platform bridge, React web frontend) backed by four data stores (Weaviate, Neo4j, MongoDB, Redis). Three deployment paths are available:

    • One-line install (./atlas): guided 5-step interactive installer that handles secrets generation, port-conflict preflight, and stack launch.
    • Manual Docker: explicit step-by-step control for CI/CD and ops environments.
    • Local development: databases in Docker, app services running natively with hot-reload.

    Two API keys are required to get started — a Google API key (for Gemini) and a Jina API key (for v4 embeddings). The installer supports non-interactive mode for CI pipelines. Atlas collects no telemetry; all LLM calls go through user-configured API keys and all data stays in user-controlled databases.

    Beever Atlas - 1

    Community Discussions

    Be the first to start a conversation about Beever Atlas

    Share your experience with Beever Atlas, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully open-source under Apache 2.0. Free to use, modify, and self-host.

    • Full source code under Apache 2.0
    • Dual-memory architecture (Weaviate + Neo4j)
    • 6-stage AI ingestion pipeline
    • Multi-platform support (Slack, Discord, Teams, Mattermost)
    • Auto-generated wiki pages with citations

    Capabilities

    Key Features

    • Auto-generated, self-maintaining wiki pages per channel
    • 6-stage AI ingestion pipeline (Sync, Extract, Validate, Store, Cluster, Wiki)
    • Dual-memory architecture: 3-tier semantic store (Weaviate) + graph store (Neo4j)
    • Smart query router selects semantic or graph retrieval per question
    • Natural language Q&A with cited answers traced to source messages
    • MCP server with 16 tools for Claude Code and Cursor integration
    • Multi-platform support: Slack, Discord, Microsoft Teams, Mattermost
    • File import: PDFs, Markdown, and documents
    • Knowledge graph with entity extraction and relationship mapping
    • Resumable, rate-limit-aware channel sync
    • Per-agent MCP authentication and rate limiting
    • Docker Compose deployment with one-line installer
    • No telemetry — all data stays in user-controlled databases
    • Pluggable embedding providers (Jina, OpenAI, Cohere, Voyage, Gemini, Mistral, Ollama)
    • Pluggable LLM providers for agents (Google Gemini, OpenAI, Anthropic, Mistral, DeepSeek, Groq, MiniMax, Ollama)

    Integrations

    Slack
    Discord
    Microsoft Teams
    Mattermost
    Telegram
    Claude Code
    Cursor
    Google Gemini
    OpenAI
    Anthropic
    Mistral
    DeepSeek
    Groq
    MiniMax
    Ollama
    Jina
    Cohere
    Voyage AI
    Weaviate
    Neo4j
    MongoDB
    Redis
    Tavily
    Google ADK
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Beever Atlas and help others make informed decisions.

    Developer

    Beever AI

    Beever AI builds open-source, LLM-first knowledge tools for engineering and product teams. Their flagship product, Beever Atlas, transforms team chat conversations from Slack, Discord, Teams, and Mattermost into self-maintaining wiki knowledge bases using a dual-memory architecture and Google ADK-powered agent pipelines. The team publishes under the Apache 2.0 license and actively maintains a community on Discord and GitHub Discussions.

    Founded 2024
    Toronto, Canada
    $800000+ raised
    10 employees

    Used by

    BDO Canada (Showcase Partner)
    HK-Canada Business Association
    Read more about Beever AI
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    Sift icon

    Sift

    A capture-first personal knowledge base that collects links, text, screenshots, and notes, then uses AI to process them into searchable, reusable knowledge pages.

    Blinko icon

    Blinko

    An open-source, self-hosted AI-powered card note-taking app that lets you quickly capture, organize, and retrieve ideas using natural language search via RAG technology.

    Tolaria icon

    Tolaria

    A free, open-source second brain for the AI era that organizes notes as Markdown files with native Git and Claude Code (MCP) integration.

    Browse all tools

    Related Topics

    Knowledge Management

    AI-powered systems for organizing, discovering, and accessing collective team knowledge with intelligent search, tagging, and contextual recommendations across knowledge bases and wikis.

    95 tools

    Retrieval-Augmented Generation

    RAG Systems that enhance LLM outputs by retrieving relevant information from external knowledge bases, combining the power of generative AI with information retrieval for more accurate and contextual responses.

    77 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    97 tools
    Browse all topics
    Back to all tools
    Discussions