Skip to content
Zed

heropen — AI Agent Memory for Zed

net.heropen/heropen

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

client:Zed transport:stdio runtime:pypi

Install heropen — AI Agent Memory in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "heropen": {
      "command": "uvx",
      "args": [
        "heropen"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

heropen — AI Agent Memory in other clients