BlackDome Threat Intel for Grok
io.github.blackdome-ai/blackdome
Live honeypot threat intel: attacker IPs, IOCs, credentials, payloads, actors.
client:Grok
transport:stdio
runtime:pypi
Install BlackDome Threat Intel in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs