Skip to content
Grok

ghost inspector mcp for Grok

io.github.charliemtnez/ghost-inspector-mcp

Analyze, validate and safely update Ghost Inspector end-to-end browser tests

client:Grok transport:stdio runtime:npm

Install ghost inspector mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ghost-inspector-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ghost-inspector-mcp"
      ],
      "env": {
        "GHOST_INSPECTOR_API_KEY": "<GHOST_INSPECTOR_API_KEY>",
        "GHOST_INSPECTOR_ORG_ID": "<GHOST_INSPECTOR_ORG_ID>",
        "GHOST_INSPECTOR_ALLOW_WRITES": "<GHOST_INSPECTOR_ALLOW_WRITES>",
        "GHOST_INSPECTOR_ALLOW_RUNS": "<GHOST_INSPECTOR_ALLOW_RUNS>",
        "GHOST_INSPECTOR_BACKUP_DIR": "<GHOST_INSPECTOR_BACKUP_DIR>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ghost inspector mcp in other clients