Skip to content
Zed

vibo memory for Zed

io.github.vnbochkarev-netizen/vibo-memory

Memory for AI agents: persistent L1/L2/L3, web-search savings, thread memory.

client:Zed transport:stdio runtime:npm

Install vibo memory in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "vibo-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@vibo-dev/vibo-mcp"
      ],
      "env": {
        "VIBO_API_KEY": "<VIBO_API_KEY>"
      }
    }
  }
}

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

vibo memory in other clients