Skip to content

Dark Search Protocol for Zed

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

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

client:Zed transport:stdio runtime:npm

Install Dark Search Protocol in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Dark Search Protocol in other clients