Skip to content
VS Code

verifiable memory for VS Code

io.github.mars-proj/verifiable-memory

Memory for AI agents that can't hallucinate — cited or abstains, provable forget, deterministic.

client:VS Code transport:stdio runtime:pypi

Install verifiable memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "verifiable-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "verifiable-memory-mcp"
      ]
    }
  }
}

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

verifiable memory in other clients