Skip to content
Zed

plur for Zed

io.github.plur-ai/plur

Open, local-first engram memory for AI agents: read, correct, delete; shared over MCP.

client:Zed transport:stdio runtime:npm

Install plur in Zed

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

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

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

plur in other clients