MCP Server
Active
MIT
io.github.Rajeev-Shyam/quellgeist-logs MCP Server
io.github.Rajeev-Shyam/quellgeist-logs
What is the io.github.Rajeev-Shyam/quellgeist-logs MCP server?
Read-only MCP server: query_logs over a structured JSONL incident log (Quellgeist triage).
How to install io.github.Rajeev-Shyam/quellgeist-logs
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
QG_LOG_PATHPath to the JSONL incident log to read (default: demo/incident_logs.jsonl, resolved against the working directory).
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"quellgeist-logs": {
"command": "uvx",
"args": [
"quellgeist",
"--from",
"quellgeist",
"quellgeist-logs-mcp"
],
"env": {
"QG_LOG_PATH": "<YOUR_QG_LOG_PATH>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"quellgeist-logs": {
"command": "uvx",
"args": [
"quellgeist",
"--from",
"quellgeist",
"quellgeist-logs-mcp"
],
"env": {
"QG_LOG_PATH": "<YOUR_QG_LOG_PATH>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"quellgeist-logs": {
"command": "uvx",
"args": [
"quellgeist",
"--from",
"quellgeist",
"quellgeist-logs-mcp"
],
"env": {
"QG_LOG_PATH": "<YOUR_QG_LOG_PATH>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"quellgeist-logs": {
"type": "stdio",
"command": "uvx",
"args": [
"quellgeist",
"--from",
"quellgeist",
"quellgeist-logs-mcp"
],
"env": {
"QG_LOG_PATH": "<YOUR_QG_LOG_PATH>"
}
}
}
}Claude Code
claude mcp add quellgeist-logs --env QG_LOG_PATH=<YOUR_QG_LOG_PATH> -- uvx quellgeist --from quellgeist quellgeist-logs-mcpRelated MCP servers
Read-only MCP server: get_recent_commits over a local deploy log (Quellgeist triage).
1
View repository →Python
MIT
Read-only MCP server: query_metrics over local metric time-series (Quellgeist triage).
1
View repository →Python
MIT