l0-memory

fabriziosalmi/l0-memory
★ 0 stars Go 💻 Code/Dev Tools Updated today
Minimal long-term memory for AI assistants: Go MCP server + SQLite + VSCode extension.
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": {
    "l0-memory": {
      "command": "go",
      "args": [
        "run",
        "github.com/fabriziosalmi/l0-memory@latest"
      ]
    }
  }
}

README Excerpt

Long-term memory for AI assistants, backed by a single Go binary that speaks the [Model Context Protocol](https://modelcontextprotocol.io/) over stdio and exposes the same SQLite store via a CLI. Memories are partitioned by scope, can be pinned, linked into a typed graph, and tracked for freshness. A VSCode extension provides a sidebar UI, including a force-directed

Tools (15)

memory_deletememory_getmemory_linkmemory_linksmemory_listmemory_pinmemory_querymemory_renamememory_savememory_searchmemory_supersedememory_traversememory_unlinkmemory_verifyscope