Skip to content
Cursor

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

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

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

quellgeist commits in other clients