Back to MCP Servers

Deadzone

Local-first semantic search over library docs. Single Go binary, MCP stdio, vector index pinned to the binary version. Like Context7 with the internet off. Pre-built index DB auto-fetched on first launch and SHA256-verified, then zero network. Also available as `docker run --rm …

knowledge-memorygodockergithubai

Installation

npx -y deadzone

Configuration

{
  "mcpServers": {
    "deadzone": {
      "command": "npx",
      "args": ["-y", "deadzone"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub