Skip to content
Windsurf

Cyberbro MCP Server for Windsurf

io.github.stanfrbd/mcp-cyberbro

MCP server for Cyberbro IOC extraction, enrichment and reputation analysis.

client:Windsurf transport:stdio runtime:pypi

Install Cyberbro MCP Server in Windsurf

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

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

{
  "mcpServers": {
    "mcp-cyberbro": {
      "command": "uvx",
      "args": [
        "mcp-cyberbro"
      ],
      "env": {
        "CYBERBRO_URL": "<CYBERBRO_URL>",
        "API_PREFIX": "<API_PREFIX>",
        "SSL_VERIFY": "<SSL_VERIFY>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "MCP_HOST": "<MCP_HOST>",
        "MCP_PORT": "<MCP_PORT>",
        "MCP_MOUNT_PATH": "<MCP_MOUNT_PATH>",
        "MCP_SSE_PATH": "<MCP_SSE_PATH>",
        "MCP_STREAMABLE_HTTP_PATH": "<MCP_STREAMABLE_HTTP_PATH>"
      }
    }
  }
}

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

Cyberbro MCP Server in other clients