Skip to content
Cursor

beever atlas for Cursor

io.github.beever-ai/beever-atlas

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

client:Cursor transport:stdio runtime:oci

Install beever atlas in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

beever atlas in other clients