Skip to content
Claude Desktop

Deadzone for Claude Desktop

io.github.laradji/deadzone

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

client:Claude Desktop transport:stdio runtime:oci

Install Deadzone in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Deadzone in other clients