atlas-mind

Anakior/atlas-mind
★ 2 stars Python Search Updated today
Self-hosted knowledge base — elegant viewer, full-text search, annotations, todos, live editing, and an MCP server for Claude. Pure Python stdlib, zero dependencies.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "atlas-mind": {
      "command": "uvx",
      "args": [
        "atlas-mind"
      ]
    }
  }
}

Or install with pip: pip install atlas-mind