Skip to content
Windsurf

ghost mcp server for Windsurf

io.github.ghostsecurity/ghost-mcp-server

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

client:Windsurf transport:stdio runtime:npm

Install ghost mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

ghost mcp server in other clients