Skip to content
VS Code

memtrust for VS Code

io.github.rudrendupaul/memtrust

Independent, reproducible benchmark harness for agent-memory backends.

client:VS Code transport:stdio runtime:pypi

Install memtrust in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

memtrust in other clients