Skip to content
Cline

Blackpoint Cyber for Cline

io.github.wyre-technology/blackpoint-mcp

MCP server for Blackpoint Cyber MDR — alerts, threats, and operations.

client:Cline transport:stdio runtime:oci

Install Blackpoint Cyber in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "blackpoint-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/blackpoint-mcp:v1.1.12"
      ],
      "env": {
        "BLACKPOINT_API_TOKEN": "<BLACKPOINT_API_TOKEN>",
        "BLACKPOINT_BASE_URL": "<BLACKPOINT_BASE_URL>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Blackpoint Cyber in other clients