Skip to content

Dark Search Protocol for Grok

io.github.parnasheps-eng/dark-search-protocol

161 dark data sources, 25+ domains, 6-step pipeline, Streamable HTTP + stdio

client:Grok transport:stdio runtime:npm

Install Dark Search Protocol in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dark-search-protocol": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dark-search-mcp-server"
      ]
    }
  }
}

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

Dark Search Protocol in other clients