Loading MCP server directory, please wait...
MCP server for Blackpoint Cyber MDR — alerts, threats, and operations.
npx @getmcp/cli add io.github.wyre-technology/blackpoint-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
BLACKPOINT_API_TOKENBlackpoint Cyber API token (Bearer credential)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/blackpoint-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"BLACKPOINT_API_TOKEN",
"-e",
"BLACKPOINT_BASE_URL",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/blackpoint-mcp:v1.1.3"
],
"env": {
"BLACKPOINT_API_TOKEN": "",
"BLACKPOINT_BASE_URL": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}