Deadzone MCP Server

Your AI client says "how do I register a tool?". The doc says AddTool. A grep-based index shrugs; a vector index doesn't. Deadzone is the vector index - nomic-embed-text-v1.5 over Turso's native cosine distance, wrapped in a Go binary that speaks MCP over stdio and keeps every byte on your laptop. It is, roughly, Context7 with the internet turned off.

People who need documentation tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-05-08 · ★ 3 · #181 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

Apache-2.0 · Go servers · how we verify → /methodology

01 · Install Deadzone

before you install - you'll need

Set DEADZONE_AGENT_ENDPOINT_MODEL before connecting. DEADZONE_AGENT_ENDPOINT, DEADZONE_AGENT_ENDPOINT_API_KEY are optional or environment-specific per the README.

Docker

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

Claude Desktop - add to config

{
  "mcpServers": {
    "laradji-deadzone": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/laradji/deadzone:v0.7.4"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

registry namespace io.github.laradji is GitHub-verified and matches the repo owner

03 · What Deadzone can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.7.4 · 2026-05-07

chain-image parses tag from scrape-pack run-name

v0.7.3 · 2026-05-07

chain-release uses PAT so scrape-pack completion fires chain-image

v0.7.2 · 2026-05-07

bump docker-publish server smoke sleep 5→30 for QEMU arm64 · cache-keepalive 0/253 false-positive - SIGPIPE on grep -Fxq under pipefail · add chain-image fired breadcrumb + #212 debug notes

04 · Who maintains Deadzone

Deadzone is maintained by laradji. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
documentation - ranked #181 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
io.github.laradji/deadzone (active, first published 2026-05-07)
packages
oci:ghcr.io/laradji/deadzone:v0.7.4

06 · Deadzone FAQ

What is Deadzone?

Your AI client says "how do I register a tool?". The doc says AddTool. A grep-based index shrugs; a vector index doesn't. Deadzone is the vector index - nomic-embed-text-v1.5 over Turso's native cosine distance, wrapped in a Go binary that speaks MCP over stdio and keeps every byte on your laptop. It is, roughly, Context7 with the internet turned off.

Is Deadzone still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-08. We re-verify nightly.

How do I install Deadzone?

Run `docker run -i --rm ghcr.io/laradji/deadzone:v0.7.4`. The README documents 3 environment variables (DEADZONE_AGENT_ENDPOINT, DEADZONE_AGENT_ENDPOINT_MODEL, DEADZONE_AGENT_ENDPOINT_API_KEY) to set first. Set DEADZONE_AGENT_ENDPOINT_MODEL before connecting. DEADZONE_AGENT_ENDPOINT, DEADZONE_AGENT_ENDPOINT_API_KEY are optional or environment-specific per the README. You can also paste the ready-made client config above.

07 · Alternatives to Deadzone