PluginBench
MCP Server
Active
MIT

io.github.charliemtnez/ghost-inspector-mcp MCP Server

io.github.charliemtnez/ghost-inspector-mcp

What is the io.github.charliemtnez/ghost-inspector-mcp MCP server?

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

How to install io.github.charliemtnez/ghost-inspector-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GHOST_INSPECTOR_API_KEY
    required
    secret

    Your personal Ghost Inspector key, from Account Settings then API Access. Read fresh on every call, never written to disk, never echoed back.

  • GHOST_INSPECTOR_ORG_ID

    Organization id. Needed only to execute a validation; read it from gi_whoami.

  • GHOST_INSPECTOR_ALLOW_WRITES

    Set to exactly true to register the two mutating tools. Anything else keeps the server read-only.

  • GHOST_INSPECTOR_ALLOW_RUNS

    Set to "true" to let gi_run_test execute a stored test against a real environment, which can submit a real form. Deliberately not implied by GHOST_INSPECTOR_ALLOW_WRITES: an edit can be rolled back from the backup this server returns, a submission cannot. Defaults to false.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ghost-inspector-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ghost-inspector-mcp"
      ],
      "env": {
        "GHOST_INSPECTOR_API_KEY": "<YOUR_GHOST_INSPECTOR_API_KEY>",
        "GHOST_INSPECTOR_ORG_ID": "<YOUR_GHOST_INSPECTOR_ORG_ID>",
        "GHOST_INSPECTOR_ALLOW_WRITES": "<YOUR_GHOST_INSPECTOR_ALLOW_WRITES>",
        "GHOST_INSPECTOR_ALLOW_RUNS": "<YOUR_GHOST_INSPECTOR_ALLOW_RUNS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ghost-inspector-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ghost-inspector-mcp"
      ],
      "env": {
        "GHOST_INSPECTOR_API_KEY": "<YOUR_GHOST_INSPECTOR_API_KEY>",
        "GHOST_INSPECTOR_ORG_ID": "<YOUR_GHOST_INSPECTOR_ORG_ID>",
        "GHOST_INSPECTOR_ALLOW_WRITES": "<YOUR_GHOST_INSPECTOR_ALLOW_WRITES>",
        "GHOST_INSPECTOR_ALLOW_RUNS": "<YOUR_GHOST_INSPECTOR_ALLOW_RUNS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ghost-inspector-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ghost-inspector-mcp"
      ],
      "env": {
        "GHOST_INSPECTOR_API_KEY": "<YOUR_GHOST_INSPECTOR_API_KEY>",
        "GHOST_INSPECTOR_ORG_ID": "<YOUR_GHOST_INSPECTOR_ORG_ID>",
        "GHOST_INSPECTOR_ALLOW_WRITES": "<YOUR_GHOST_INSPECTOR_ALLOW_WRITES>",
        "GHOST_INSPECTOR_ALLOW_RUNS": "<YOUR_GHOST_INSPECTOR_ALLOW_RUNS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ghost-inspector-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ghost-inspector-mcp"
      ],
      "env": {
        "GHOST_INSPECTOR_API_KEY": "<YOUR_GHOST_INSPECTOR_API_KEY>",
        "GHOST_INSPECTOR_ORG_ID": "<YOUR_GHOST_INSPECTOR_ORG_ID>",
        "GHOST_INSPECTOR_ALLOW_WRITES": "<YOUR_GHOST_INSPECTOR_ALLOW_WRITES>",
        "GHOST_INSPECTOR_ALLOW_RUNS": "<YOUR_GHOST_INSPECTOR_ALLOW_RUNS>"
      }
    }
  }
}
Claude Code
claude mcp add ghost-inspector-mcp --env GHOST_INSPECTOR_API_KEY=<YOUR_GHOST_INSPECTOR_API_KEY> --env GHOST_INSPECTOR_ORG_ID=<YOUR_GHOST_INSPECTOR_ORG_ID> --env GHOST_INSPECTOR_ALLOW_WRITES=<YOUR_GHOST_INSPECTOR_ALLOW_WRITES> --env GHOST_INSPECTOR_ALLOW_RUNS=<YOUR_GHOST_INSPECTOR_ALLOW_RUNS> -- npx -y ghost-inspector-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →