quellgeist logs for Cursor
io.github.rajeev-shyam/quellgeist-logs
Read-only MCP server: query_logs over a structured JSONL incident log (Quellgeist triage).
client:Cursor
transport:stdio
runtime:pypi
Install quellgeist logs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"quellgeist-logs": {
"type": "stdio",
"command": "uvx",
"args": [
"quellgeist"
],
"env": {
"QG_LOG_PATH": "<QG_LOG_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs