super log for Zed
com.super-log/super-log
Query your local super-log bench from an AI agent - read-only log tools over the hub.
client:Zed
transport:stdio
runtime:npm
Install super log in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"super-log": {
"command": "npx",
"args": [
"-y",
"@super-log/mcp"
],
"env": {
"SUPER_LOG_URL": "<SUPER_LOG_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs