Odel
mnemon mcp

mnemon mcp

Local
@nikitacometa3TypeScriptMITUpdated 2mo ago

Persistent layered memory for AI agents. SQLite FTS5, fact versioning, zero-cloud.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmnemon-mcpv1.0.1

Run

npx -y mnemon-mcp

MCP client config

{
  "mcpServers": {
    "mnemon-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mnemon-mcp"
      ]
    }
  }
}