MCP Server
Active
MIT
io.github.Rajeev-Shyam/quellgeist-commits MCP Server
io.github.Rajeev-Shyam/quellgeist-commits
What is the io.github.Rajeev-Shyam/quellgeist-commits MCP server?
Read-only MCP server: get_recent_commits over a local deploy log (Quellgeist triage).
How to install io.github.Rajeev-Shyam/quellgeist-commits
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
QG_DEPLOY_LOGPath to the deploy/commit log to read (default: demo/deploy_log.json, resolved against the working directory).
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"quellgeist-commits": {
"command": "uvx",
"args": [
"quellgeist",
"--from",
"quellgeist",
"quellgeist-commits-mcp"
],
"env": {
"QG_DEPLOY_LOG": "<YOUR_QG_DEPLOY_LOG>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"quellgeist-commits": {
"command": "uvx",
"args": [
"quellgeist",
"--from",
"quellgeist",
"quellgeist-commits-mcp"
],
"env": {
"QG_DEPLOY_LOG": "<YOUR_QG_DEPLOY_LOG>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"quellgeist-commits": {
"command": "uvx",
"args": [
"quellgeist",
"--from",
"quellgeist",
"quellgeist-commits-mcp"
],
"env": {
"QG_DEPLOY_LOG": "<YOUR_QG_DEPLOY_LOG>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"quellgeist-commits": {
"type": "stdio",
"command": "uvx",
"args": [
"quellgeist",
"--from",
"quellgeist",
"quellgeist-commits-mcp"
],
"env": {
"QG_DEPLOY_LOG": "<YOUR_QG_DEPLOY_LOG>"
}
}
}
}Claude Code
claude mcp add quellgeist-commits --env QG_DEPLOY_LOG=<YOUR_QG_DEPLOY_LOG> -- uvx quellgeist --from quellgeist quellgeist-commits-mcpRelated MCP servers
Read-only MCP server: query_logs over a structured JSONL incident 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