starlog for Zed
io.github.starloghq/starlog
Vet a package (CVEs, license, maintenance) before your AI agent uses it, plus capability discovery.
client:Zed
transport:stdio
runtime:npm
Install starlog in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"starlog": {
"command": "npx",
"args": [
"-y",
"starloghq"
],
"env": {
"STARLOG_API_KEY": "<STARLOG_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs