lattice

rar-file/lattice
★ 2 stars Python 🗄️ Database Updated 8d ago
AI-native Obsidian replacement: markdown on disk, AI woven through everything, MCP server as shared memory for every AI tool.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lattice": {
      "command": "uvx",
      "args": [
        "lattice"
      ]
    }
  }
}

Or install with pip: pip install lattice

README Excerpt

An AI-native Obsidian replacement. Markdown files on disk; AI woven through everything. **Status:** M0 skeleton. ``` apps/ api/ FastAPI — runs --mode=local (SQLite) or --mode=cloud (Postgres+pgvector) cli/ Click CLI (`lattice ...`) web/ Next.js 15 web app desktop/ Tauri 2 desktop wrapper (spawns api as sidecar)