Knowledge Center
Payments Incident Recovery Runbook
Rollback, failover, and post-restore validation steps for payment-path incidents.
SRE • Updated 2026-04-19
Production Architecture Decision Record v4
Service boundaries, dependency graph, and fault-domain assumptions.
Platform • Updated 2026-04-11
Pull Request & Review Policy
PR size thresholds, second-review requirements, and escalation path for urgent merges.
Engineering Governance • Updated 2026-04-20
Q1 Post-Incident Pattern Review
Common failure patterns across deploy regressions and review-process gaps.
Engineering Leadership • Updated 2026-03-28
Deployment & Runtime Guardrail Guide
Required alarms, release controls, and operational checks before deploy approval.
Operations • Updated 2026-04-05
MCP Connector Settings
Configure connectors below, then copy the generated config into your tool (Claude Desktop, Cursor, Codex, or compatible MCP clients).
Active connectors: 2 / 3
RoyalTronics Knowledge
Indexes runbooks, architecture notes, and incident history for retrieval.
GitHub PR Signals
Pull request metadata, reviewer participation, and merge cadence.
AWS Runtime Signals
CloudWatch alarms, deploy metadata, and runtime error telemetry.
Export Config • Claude Desktop
{
"mcpServers": {
"royaltronics_knowledge": {
"command": "npx",
"args": [
"-y",
"@royaltronics/mcp-knowledge"
],
"env": {
"RT_KNOWLEDGE_BASE_URL": "https://knowledge.royaltronics.internal",
"RT_API_KEY": "replace-with-token"
}
},
"royaltronics_github": {
"command": "npx",
"args": [
"-y",
"@royaltronics/mcp-github-signals"
],
"env": {
"GITHUB_TOKEN": "replace-with-token",
"GITHUB_ORG": "your-org"
}
}
}
}