Server data from the Official MCP Registry
Self-hosted git-native knowledge base with an MCP endpoint your AI reads, writes and rewinds
Self-hosted git-native knowledge base with an MCP endpoint your AI reads, writes and rewinds
Remote endpoints: streamable-http: https://{ATLAS_MCP_URL}
Valid MCP server (1 strong, 0 medium validity signals). 1 known CVE in dependencies Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
Endpoint verified ยท Open access ยท 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"app-anakior-atlas-mind": {
"url": "https://{ATLAS_MCP_URL}"
}
}
}From the project's GitHub README.
It's your mind, not someone else's.
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.
Own the data. Own the engine. Own the mind.
๐ Try the live demo โ (offline build, some features missing) ยท What is Atlas Mind?
Atlas Mind is a self-hostable wiki / knowledge base engine, and an external brain you share with your AI. It serves a single-page viewer from a folder of documents (a mind), keeping the engine (the code) cleanly decoupled from your content (your notes, in their own git repository). Built on three ideas:
.docx are previewed inline, converted to readable HTML in your browser, nothing uploaded anywhere.atlas init scaffolds the conventions (AGENTS.md, agents/, ai-sessions/) so an assistant knows how to use your mind.It is not a multi-tenant SaaS, a real-time collaborative editor, or a plugin marketplace. One focused mind per instance, fully yours.
Installing puts a self-contained atlas command on your PATH (the viewer assets ship inside the package, no separate download).
# Easy way: uv or pipx (isolated env, no virtualenv to manage)
uv tool install atlas-mind # or: pipx install atlas-mind
atlas serve ~/my-mind
# Run once without installing, straight from PyPI
uvx atlas-mind serve ~/my-mind # or: pipx run atlas-mind serve ~/my-mind
# With pip (a virtualenv is recommended)
pip install atlas-mind
Requires Python >= 3.11 and a git repository for your content.
atlas init ~/my-mind # scaffold a mind: atlas.toml, example docs, AGENTS.md, git init
atlas serve ~/my-mind # build once if needed, then serve on http://127.0.0.1:8765
init is never destructive (it refuses a non-empty directory without --force and keeps any file already present). serve listens on 127.0.0.1:8765 with authentication off by default. To produce the static viewer without serving: atlas build ~/my-mind [--offline].
See atlas --help for all commands (user, token, share, deploy).
Atlas Mind is designed to be the external memory your assistant reads and writes. On a deployed instance, each user mints their own token from the web UI โ Settings โ Tokens โ bound to their account; it prints the MCP URL to point your AI at.
Locally (or to script it), the CLI does the same:
atlas token create ~/my-mind --label claude
# โ prints the MCP URL: https://<your-atlas>/mcp/<token>
The MCP endpoint exposes twenty-two tools in five groups:
search_docs, read_doc, list_tree, recent_docscreate_doc, edit_doc, move_doc (fixes incoming [[backlinks]]), delete_doc (soft-delete to .trash/)get_links, get_backlinks, list_by_tag, get_mind_topologydoc_history, doc_at, doc_diff, search_history, changelog, doc_blame, doc_revertactivity (who changed what, with AI-author detection), stale (docs untouched for months โ obsolescence), contradictions (same-topic doc pairs to review)atlas init scaffolds AGENTS.md + content/agents/ + content/ai-sessions/ so the assistant knows your conventions. There is also a REST API v1 (Bearer tokens, create-only writes) with a published OpenAPI 3.1 spec.
.docx (converted in-browser, read-only). Download any file as its original.[[wikilinks]] + backlinks + "same subject", folder/frontmatter tags, mind-wide task rollup, command palette (Ctrl-K), pinned and recent docs.index-offline.html that works from file://, an installable PWA via service worker, live reload over SSE.atlas deploy ~/my-mind --target compose|systemd|fly; fly --wizard deploys end-to-end.atlas.toml (brand prefix, port, auth, content paths).The documentation is itself an Atlas mind โ browse it in the live demo โ (the guides/ and features/ sections).
AGPL v3, see LICENSE. The "Atlas" + "Mind" branding in the viewer and login page is a fixed part of the project.
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol ยท Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.