quellgeist logs for VS Code
io.github.rajeev-shyam/quellgeist-logs
Read-only MCP server: query_logs over a structured JSONL incident log (Quellgeist triage).
client:VS Code
transport:stdio
runtime:pypi
Install quellgeist logs in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "qg-log-path",
"description": "QG_LOG_PATH",
"password": true
}
],
"servers": {
"quellgeist-logs": {
"type": "stdio",
"command": "uvx",
"args": [
"quellgeist"
],
"env": {
"QG_LOG_PATH": "${input:qg-log-path}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs