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