BlackDome Threat Intel for Cursor
io.github.blackdome-ai/blackdome-mcp
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
{
"mcpServers": {
"blackdome-mcp": {
"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