DNSFilter for Grok
io.github.wyre-ai/dnsfilter-mcp
MCP server for DNSFilter's DNS security/filtering API.
client:Grok
transport:stdio
runtime:oci
Install DNSFilter in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dnsfilter-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/dnsfilter-mcp:v1.0.0"
],
"env": {
"DNSFILTER_API_KEY": "<DNSFILTER_API_KEY>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
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