Skip to content
Zed

Deadzone for Zed

io.github.laradji/deadzone

Local-first MCP server: semantic search over library docs. No cloud, no API key, no telemetry.

client:Zed transport:stdio runtime:oci

Install Deadzone in Zed

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

{
  "context_servers": {
    "deadzone": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/laradji/deadzone:v0.7.4"
      ]
    }
  }
}

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

Deadzone in other clients