Skip to content
Cursor

mneme Record for Cursor

io.github.onourimpram/mneme

Vault-native, accountable memory for Claude Code and MCP clients. Markdown is ground truth.

client:Cursor transport:stdio runtime:npm

Install mneme Record in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mneme": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mneme-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mneme Record in other clients