Deadzone for Cursor
io.github.laradji/deadzone
Local-first MCP server: semantic search over library docs. No cloud, no API key, no telemetry.
client:Cursor
transport:stdio
runtime:oci
Install Deadzone in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"deadzone": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/laradji/deadzone:v0.7.4"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs