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
By laradji
Installation
npx -y deadzoneConfiguration
{
"mcpServers": {
"deadzone": {
"command": "npx",
"args": ["-y", "deadzone"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes