Skip to content
VS Code

heropen — AI Agent Memory for VS Code

net.heropen/heropen

Persistent memory for AI agents: local-first MCP server, zero-config. No cloud, no API keys.

client:VS Code transport:stdio runtime:pypi

Install heropen — AI Agent Memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "heropen": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "heropen"
      ]
    }
  }
}

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

heropen — AI Agent Memory in other clients