Skip to content
Cursor

memtrust for Cursor

io.github.rudrendupaul/memtrust

Independent, reproducible benchmark harness for agent-memory backends.

client:Cursor transport:stdio runtime:pypi

Install memtrust in Cursor

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

{
  "mcpServers": {
    "memtrust": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "memtrust-cli"
      ]
    }
  }
}

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

memtrust in other clients