HomeKnowledge & Memory › memkeeper

memkeeper

Local-first memory for AI agents: on-device hybrid retrieval over a single SQLite file.

Rust Local macOSLinux
★ 2 stars Last pushed 2026-08-24 License: Apache-2.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/teflon07/memkeeper:0.5.3

Or add to your MCP client config:

{
  "mcpServers": {
    "memkeeper": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/teflon07/memkeeper:0.5.3"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry