Skip to content
Cursor

mneme for Cursor

io.github.thegoatpsy/mneme

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

client:Cursor transport:stdio runtime:npm

Install mneme 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 in other clients