lattice-mcp

amulyahwr/lattice-mcp
★ 0 stars Python 🧠 Memory/Knowledge Updated today
General-purpose lattice MCP server for persistent knowledge in AI coding assistants
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-mcp": {
      "command": "uvx",
      "args": [
        "lattice-mcp"
      ]
    }
  }
}

Or install with pip: pip install lattice-mcp

README Excerpt

A local-first MCP server that gives any MCP-compatible AI coding assistant persistent, structured memory. Text you ingest is decomposed into discrete **atoms** — one fact per file, stored as human-readable markdown in a directory you control. Atoms can supersede each other, carry temporal validity windows, and are retrieved via BM25 + LLM re-ranking.

Tools (5)

LATTICE_DIRLLM_API_KEYLLM_MODELLLM_PROVIDERollama