Skip to content
Zed

GhostQA for Zed

io.github.synctekllc/ghostqa

AI personas navigate your web app in real browsers, find bugs and UX issues. No scripts needed.

client:Zed transport:stdio runtime:pypi

Install GhostQA 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": {
    "ghostqa": {
      "command": "uvx",
      "args": [
        "ghostqa"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "GHOSTQA_ALLOWED_DIRS": "<GHOSTQA_ALLOWED_DIRS>"
      }
    }
  }
}

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

GhostQA in other clients