Dark Search Protocol for Cursor
io.github.parnasheps-eng/dark-search-protocol
161 dark data sources, 25+ domains, 6-step pipeline, Streamable HTTP + stdio
client:Cursor
transport:stdio
runtime:npm
Install Dark Search Protocol in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dark-search-protocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dark-search-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs