Loading MCP server directory, please wait...
Analyze, validate and safely update Ghost Inspector end-to-end browser tests
npx @getmcp/cli add io.github.charliemtnez/ghost-inspector-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GHOST_INSPECTOR_API_KEYYour personal Ghost Inspector key, from Account Settings then API Access. Read fresh on every call, never written to disk, never echoed back.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.charliemtnez/ghost-inspector-mcp": {
"command": "npx",
"args": [
"-y",
"ghost-inspector-mcp"
],
"env": {
"GHOST_INSPECTOR_API_KEY": "",
"GHOST_INSPECTOR_ORG_ID": "",
"GHOST_INSPECTOR_ALLOW_WRITES": ""
}
}
}
}