Blackpoint Cyber for Cursor
io.github.wyre-ai/blackpoint-mcp
MCP server for Blackpoint Cyber MDR — alerts, threats, and operations.
client:Cursor
transport:stdio
runtime:oci
Install Blackpoint Cyber in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"blackpoint-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs