Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

quellgeist logs in other clients