Self-hosted git-native knowledge base with an MCP endpoint your AI reads, writes and rewinds
If you already use Atlas, the atlas mcp server is the piece that lets your assistant work with it directly. Self-hosted git-native knowledge base with an MCP endpoint your AI reads, writes and rewinds.
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 into its own.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Multi — format, not just Markdown.** Markdown is first-class (rendered, linked, searched). Standalone HTML decks and dashboards, PDFs, and **Wordread — search_docs, read_doc, list_tree, recent_docswrite — create_doc, edit_doc, move_doc (fixes incoming [[backlinks]]), delete_doc (soft-delete to .trash/)graph — get_links, get_backlinks, list_by_tag, get_mind_topologytime — travel** (your mind is a git repo): doc_history, doc_at, doc_diff, search_history, changelog, doc_blame, doc_revertinbox — create_inbox_item (an agent stages a ready-to-file item in your inbox for triage)Reading — GitHub-flavoured Markdown (TOC, syntax highlighting, reading time, tag bar), inline preview of standalone HTML decks/dashboards, PDF, and .docxNavigation — collapsible tree, full-text search (server-side online, fuzzy MiniSearch offline), [[wikilinks]] + backlinks + "same subject", folder/frontmatterEditing — create / edit / rename / move / delete from the viewer (moving rewrites the wikilinks pointing at a doc), document templates, interactive taskHistory — every document git-versioned, with a revision list, clean diffs, view/restore of past versions (restore is a new commit), renames and moves followedActivity — a home card over the attributed git history — a journal of who-changed-what (with AI-author detection and a per-doc history peek), a constellation ofInbox — a per-person triage lane on the home for the items your agents staged via MCP. One focused card at a time; keep (filed to a suggested folder andPlenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Atlas's toolset — Multi, read, write and 11 more — is a fair guide to whether it matches your workflow. It is maintained by app.anakior; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Multi | format, not just Markdown.** Markdown is first-class (rendered, linked, searched). Standalone **HTML** decks and dashboards, **PDFs**, and **Word .docx** are previewed inline, converted to readable HTML in your browser, |
| read | search_docs, read_doc, list_tree, recent_docs |
| write | create_doc, edit_doc, move_doc (fixes incoming [[backlinks]]), delete_doc (soft-delete to .trash/) |
| graph | get_links, get_backlinks, list_by_tag, get_mind_topology |
| time | travel** (your mind is a git repo): doc_history, doc_at, doc_diff, search_history, changelog, doc_blame, doc_revert |
| inbox | create_inbox_item (an agent stages a ready-to-file item in your inbox for triage) |
| Reading | GitHub-flavoured Markdown (TOC, syntax highlighting, reading time, tag bar), inline preview of standalone HTML decks/dashboards, PDF, and .docx (converted in-browser, read-only). Download any file as its original. |
| Navigation | collapsible tree, full-text search (server-side online, fuzzy MiniSearch offline), [[wikilinks]] + backlinks + "same subject", folder/frontmatter tags, mind-wide task rollup, command palette (Ctrl-K), pinned and recent d |
| Editing | create / edit / rename / move / delete from the viewer (moving rewrites the wikilinks pointing at a doc), document templates, interactive task checkboxes, a categorised todos widget. |
| History | every document git-versioned, with a revision list, clean diffs, view/restore of past versions (restore is a new commit), renames and moves followed. |
| Activity | a home card over the attributed git history — a journal of who-changed-what (with AI-author detection and a per-doc history peek), a constellation of contributors, and a Health view that surfaces stale documents (obsoles |
| Inbox | a per-person triage lane on the home for the items your agents staged via MCP. One focused card at a time; keep (filed to a suggested folder and tags), trash or snooze, by click or keyboard (K / X / S / J). |
| Annotations | notes anchored to a text selection, re-anchored on later visits, with one-click copy-all-notes as Markdown. |
| Sharing | per-document access in cloud mode (private / shared with people or groups / common to the team), plus HMAC-signed public share links with optional expiry. |
{
"mcpServers": {
"atlas-mind": {
"command": "uvx",
"args": ["atlas-mind"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.