Operations

Knowledge

Operational memory for runbooks, architecture, incident history, and control policies.

Knowledge Center

Payments Incident Recovery Runbook

Runbook

Rollback, failover, and post-restore validation steps for payment-path incidents.

payments
incident
rollback

SRE • Updated 2026-04-19

Production Architecture Decision Record v4

Architecture

Service boundaries, dependency graph, and fault-domain assumptions.

architecture
services
dependencies

Platform • Updated 2026-04-11

Pull Request & Review Policy

Policy

PR size thresholds, second-review requirements, and escalation path for urgent merges.

pull-requests
code-review
delivery-risk

Engineering Governance • Updated 2026-04-20

Q1 Post-Incident Pattern Review

Postmortem

Common failure patterns across deploy regressions and review-process gaps.

incident-history
reliability
patterns

Engineering Leadership • Updated 2026-03-28

Deployment & Runtime Guardrail Guide

Guide

Required alarms, release controls, and operational checks before deploy approval.

deploy
monitoring
operations

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