noglow for Zed
app.devglow/noglow
Drop a short text fragment into a scratchpad slot, with newlines intact.
client:Zed
transport:stdio
runtime:npm
Install noglow in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"noglow": {
"command": "npx",
"args": [
"-y",
"noglow-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs