teddyski/podqapath
AI-powered QA environment auditor and pod-tracking dashboard
Platform-specific configuration:
{
"mcpServers": {
"podqapath": {
"command": "npx",
"args": [
"-y",
"podqapath"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An Agentic Release Auditor for Pod-Based QA Teams.
PodQApath uses the Model Context Protocol (MCP) to map Jira custom fields to specific QA pods, providing 1:1 traceability between requirements and auto-deployed environments.
---
---
| Layer | Technology | |---|---| | UI | Streamlit (Python) | | AI Protocol | Model Context Protocol (MCP) | | Logic | Python 3.11+ | | AI SDK | Anthropic SDK | | Integrations | Jira Software, GitHub (via MCP) |
---
git clone https://github.com/teddyski/podqapath.git
cd podqapathCopy .env.example to .env and fill in your credentials:
cp .env.example .envRequired keys:
ANTHROPIC_API_KEY — Your Anthropic API keyJIRA_BASE_URL — Your Jira instance URLJIRA_EMAIL — Your Jira account emailJIRA_API_TOKEN — Your Jira API tokenGITHUB_TOKEN — Your GitHub personal access tokenpip install -r requirements.txtstreamlit run app.py---
By centralizing deployment data and ticket status into a single command center, PodQApath reduces triage time by up to 40% and eliminates the "Collision Risk" common in shared QA environments.
---
MIT License — free for personal and commercial use. See LICENSE for details.
Loading reviews...