Submit

Mnemos

@arhuman

Mnemos is a local-first memory for AI agents, shipped as a single Go binary. It indexes your project's notes, docs, ADRs, source, and OKF knowledge base, then exposes them over MCP so Claude Code (or any MCP client) can search, read, and cite your own knowledge instead of guessing, with no external services (no Ollama, Qdrant, Chroma, Python, Node, or mandatory Docker).
Overview

no content

Server Config

{
  "mcpServers": {
    "mnemos": {
      "command": "mnemos",
      "args": [
        "serve",
        "--mnemos-dir",
        "/abs/path/to/.mnemos"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.