Blackpoint Cyber for Claude Desktop
io.github.wyre-technology/blackpoint-mcp
MCP server for Blackpoint Cyber MDR — alerts, threats, and operations.
client:Claude Desktop
transport:stdio
runtime:oci
Install Blackpoint Cyber in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs