Skip to content
Zed

genai capture for Zed

io.github.linhnnmt/genai-capture

Capture & annotate your screen from an AI agent: arrows, boxes, text, highlight, blur/redact.

client:Zed transport:stdio runtime:npm

Install genai capture in Zed

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

{
  "context_servers": {
    "genai-capture": {
      "command": "npx",
      "args": [
        "-y",
        "genai-capture-mcp"
      ]
    }
  }
}

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

genai capture in other clients