quellgeist logs for Zed
io.github.rajeev-shyam/quellgeist-logs
Read-only MCP server: query_logs over a structured JSONL incident log (Quellgeist triage).
client:Zed
transport:stdio
runtime:pypi
Install quellgeist logs in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"quellgeist-logs": {
"command": "uvx",
"args": [
"quellgeist"
],
"env": {
"QG_LOG_PATH": "<QG_LOG_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs