Atlas Mind MCP Server

Notion, and every hosted notes app, ask you to pour your thinking into their structure, on their servers, in their format. You rent the space; they hold the keys. Atlas Mind inverts that: your knowledge is plain files in your own git repository, served by an engine you can read line by line and throw away without losing a single note. Your AI comes to your library through an open protocol; it never pulls your brain…

Teams that want a hosted documentation endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-06-30 · ★ 3 · #173 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

AGPL-3.0 · Python servers · how we verify → /methodology

01 · Install Atlas Mind

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add anakior-atlas-mind --transport http https://{ATLAS_MCP_URL}

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "anakior-atlas-mind": {
      "url": "https://{ATLAS_MCP_URL}"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://{ATLAS_MCP_URL}

transport: streamable-http

endpoint NOT responding · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to {atlas_mcp_url}

license AGPL-3.0 - declared in the repository

registry vendor namespace app.anakior - domain-verified with the official MCP registry

03 · Who maintains Atlas Mind

atlas-mind is maintained by anakior. It's the only MCP server we track from this author; the repo dates to Jun 2026.

04 · Facts

category
documentation - ranked #173 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
app.anakior/atlas-mind (active, first published 2026-06-24 · 3 versions)

05 · Atlas Mind FAQ

What is Atlas Mind?

Notion, and every hosted notes app, ask you to pour your thinking into their structure, on their servers, in their format. You rent the space; they hold the keys. Atlas Mind inverts that: your knowledge is plain files in your own git repository, served by an engine you can read line by line and throw away without losing a single note. Your AI comes to your library through an open protocol; it never pulls your brain…

Is Atlas Mind still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-30. We re-verify nightly.

How do I install Atlas Mind?

Run `claude mcp add anakior-atlas-mind --transport http https://{ATLAS_MCP_URL}`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

06 · Alternatives to Atlas Mind