Skip to content
VS Code

ghost mcp server for VS Code

io.github.ghostsecurity/ghost-mcp-server

Minimal MCP server for Ghost Security API - compatible with all MCP clients

client:VS Code transport:stdio runtime:npm

Install ghost mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "ghost-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ghostsecurity-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ghost mcp server in other clients