brokre for Zed
io.github.furowu/brokre
AI-safe credential broker for MCP — run saved SSH/MySQL/psql aliases; passwords never reach AI.
client:Zed
transport:stdio
runtime:npm
Install brokre in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"brokre": {
"command": "npx",
"args": [
"-y",
"brokre"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs