← Back to browse

mnemon-mcp

Indexed by io.github.nikitacometa

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMNEMON_DB_PATH MNEMON_EMBEDDING_PROVIDER MNEMON_EMBEDDING_API_KEY
Claude Code
claude mcp add --env MNEMON_DB_PATH= --env MNEMON_EMBEDDING_PROVIDER= --env MNEMON_EMBEDDING_API_KEY= mnemon-mcp -- npx mnemon-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mnemon-mcp","command":"npx","args":["mnemon-mcp"],"env":{"MNEMON_DB_PATH":"","MNEMON_EMBEDDING_PROVIDER":"","MNEMON_EMBEDDING_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "mnemon-mcp": {
      "command": "npx",
      "args": [
        "mnemon-mcp"
      ],
      "env": {
        "MNEMON_DB_PATH": "",
        "MNEMON_EMBEDDING_PROVIDER": "",
        "MNEMON_EMBEDDING_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.