Deadzone for Windsurf
io.github.laradji/deadzone
Local-first MCP server: semantic search over library docs. No cloud, no API key, no telemetry.
client:Windsurf
transport:stdio
runtime:oci
Install Deadzone in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"deadzone": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/laradji/deadzone:v0.7.4"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs