Skip to content
Grok

Cyberbro MCP Server for Grok

io.github.stanfrbd/mcp-cyberbro

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

client:Grok transport:stdio runtime:pypi

Install Cyberbro MCP Server 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": {
    "mcp-cyberbro": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

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

Cyberbro MCP Server in other clients