Deadzone✓
io.github.laradji/deadzone · v0.7.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.laradji/deadzone",
"description": "Local-first MCP server: semantic search over library docs. No cloud, no API key, no telemetry.",
"title": "Deadzone",
"repository": {
"url": "https://github.com/laradji/deadzone",
"source": "github"
},
"version": "0.7.4",
"websiteUrl": "https://github.com/laradji/deadzone",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/laradji/deadzone:v0.7.4",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "server",
"type": "positional"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"build_info": {
"approx_size_mb": 230,
"baked_assets": [
"deadzone.db",
"onnx_runtime",
"embedding_model"
],
"base_image": "distroless",
"platforms": [
"linux/amd64",
"linux/arm64"
]
},
"tool": "manual",
"version": "0.7.4"
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}