Skip to content
Zed

Blackpoint Cyber for Zed

io.github.wyre-ai/blackpoint-mcp

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

client:Zed transport:stdio runtime:oci

Install Blackpoint Cyber in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "blackpoint-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/blackpoint-mcp:v1.1.15"
      ],
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Blackpoint Cyber in other clients