cli for Zed
io.github.noticedso/cli
Search your developer network and trace connection paths via GitHub & LinkedIn.
client:Zed
transport:stdio
runtime:npm
Install cli in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cli": {
"command": "npx",
"args": [
"-y",
"@noticed/cli"
],
"env": {
"NOTICED_API_URL": "<NOTICED_API_URL>",
"NOTICED_API_KEY": "<NOTICED_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs