HomeKnowledge & Memory › Deadzone

Deadzone

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

Go Local macOSLinux
★ 3 stars Last pushed 2026-05-08 License: Apache-2.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/laradji/deadzone:v0.7.4

Or add to your MCP client config:

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

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry