HomeKnowledge & Memory › beever-atlas

beever-atlas

Open-source LLM knowledge base: team chat into a typed knowledge graph and auto-generated wiki.

Python Local macOSWindowsLinux
★ 447 stars Last pushed 2026-09-10 License: Apache-2.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/beever-ai/beever-atlas:0.3.0

Or add to your MCP client config:

{
  "mcpServers": {
    "beever-atlas": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/beever-ai/beever-atlas:0.3.0"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry