lattice

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

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)
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →