GhostQA for Cline
io.github.synctekllc/ghostqa
AI personas navigate your web app in real browsers, find bugs and UX issues. No scripts needed.
client:Cline
transport:stdio
runtime:pypi
Install GhostQA in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"ghostqa": {
"command": "uvx",
"args": [
"ghostqa"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"GHOSTQA_ALLOWED_DIRS": "<GHOSTQA_ALLOWED_DIRS>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs