Skip to content
Zed

PromptBranch for Zed

io.github.promptbranch/promptbranch

Local-first MCP server for versioning, searching, evaluating, and improving AI prompts.

client:Zed transport:stdio runtime:npm

Install PromptBranch in Zed

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

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

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

PromptBranch in other clients