Skip to content
Zed

MarkuprPlus for Zed

io.github.hashfunction/markuprplus

Records your screen and voice, returns one annotated screenshot and finding per mark.

client:Zed transport:stdio runtime:npm

Install MarkuprPlus in Zed

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

{
  "context_servers": {
    "markuprplus": {
      "command": "npx",
      "args": [
        "-y",
        "markuprplus"
      ]
    }
  }
}

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

MarkuprPlus in other clients