Skip to content
Zed

HyperMarrow for Zed

cool.qianshi/hypermarrow

Local-first long-term memory for AI coding agents. Stored on your own machine.

client:Zed transport:stdio runtime:npm

Install HyperMarrow in Zed

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

{
  "context_servers": {
    "hypermarrow": {
      "command": "npx",
      "args": [
        "-y",
        "@qianshitech/hypermarrow-mcp"
      ]
    }
  }
}

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

HyperMarrow in other clients