deckprobe for Zed
io.github.deckflow/deckprobe
Inspect PDF, Office, and iWork documents without rendering: counts, metadata, security signals
client:Zed
transport:stdio
runtime:npm
Install deckprobe in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"deckprobe": {
"command": "npx",
"args": [
"-y",
"@deckflow/deckprobe-mcp"
],
"env": {
"DECKPROBE_MCP_ROOTS": "<DECKPROBE_MCP_ROOTS>",
"DECKPROBE_MCP_TIMEOUT_MS": "<DECKPROBE_MCP_TIMEOUT_MS>",
"DECKPROBE_MCP_MAX_CONCURRENCY": "<DECKPROBE_MCP_MAX_CONCURRENCY>",
"DECKPROBE_MCP_MAX_BATCH": "<DECKPROBE_MCP_MAX_BATCH>",
"DECKPROBE_MCP_BIN": "<DECKPROBE_MCP_BIN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs