Skip to content
VS Code

Dark Search Protocol for VS Code

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

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

client:VS Code transport:stdio runtime:npm

Install Dark Search Protocol in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Dark Search Protocol in other clients