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
- repository
- github.com/laradji/deadzone
- 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
Alternatives to Deadzone
Maintained documentation servers if Deadzone isn't the fit.
- Context7 Up-to-date code docs for any prompt ★ 61,171 · 2026-08-24
- Agent Skills Search Server Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server. ★ 24,633 · 2026-08-09
- Repowise Codebase intelligence for AI coding agents - graph, git history, docs, decisions, code health. ★ 6,189 · 2026-08-24
- GitLab MCP GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more. ★ 1,918 · 2026-08-24
- Microsoft Learn MCP Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs. ★ 1,853 · 2026-08-12
- Pg Aiguide Comprehensive PostgreSQL documentation and best practices, including ecosystem tools ★ 1,821 · 2026-06-26
Pairs well with
Servers that cover what Deadzone doesn't - only shown when the pairing reason fits the companion.
More documentation MCP servers · Leandrogavidia Vechain MCP Server · Livewire Flux MCP · Genexus · Lorg MCP Server · MTA:SA Documentation MCP Server
More Go MCP servers · Atest MCP Server · Pyscn · Infrabroker · Sense · YAP - Yet Another Packager · see all