Labby for Zed
ai.dinglebear/labby
Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.
client:Zed
transport:stdio
runtime:npm
Install Labby in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"labby": {
"command": "npx",
"args": [
"-y",
"@dinglebear/labby"
],
"env": {
"LABBY_VERSION": "<LABBY_VERSION>",
"LABBY_REPO": "<LABBY_REPO>",
"LABBY_LOG": "<LABBY_LOG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs