omnideck for Zed
io.github.aapd-studio/omnideck
Local privacy-first tools: redact secrets, decode JWTs, compare LLM costs. No network calls.
client:Zed
transport:stdio
runtime:npm
Install omnideck in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"omnideck": {
"command": "npx",
"args": [
"-y",
"omnideck-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs