Skip to content
Cursor

BlackDome Threat Intel for Cursor

io.github.blackdome-ai/blackdome

Live honeypot threat intel: attacker IPs, IOCs, credentials, payloads, actors.

client:Cursor transport:stdio runtime:pypi

Install BlackDome Threat Intel in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "blackdome": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "blackdome-mcp"
      ],
      "env": {
        "BLACKDOME_API_KEY": "<BLACKDOME_API_KEY>",
        "BLACKDOME_BASE_URL": "<BLACKDOME_BASE_URL>",
        "BLACKDOME_TIMEOUT": "<BLACKDOME_TIMEOUT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

BlackDome Threat Intel in other clients