Aura-NX is an elite, Enterprise-grade Model Context Protocol (MCP) server architecture engineered for AAA Nintendo Switch (NX) development ecosystems. It bridges the gap between raw hardware and developer intuition, delivering Total Observability, Zero-Latency Asset Pushing, and High-Fidelity Telemetry.
- Mutual TLS (mTLS): Sophisticated certificate-based authentication securing studio-wide console networks.
- Fleet Orchestration: SQLite-backed persistent tracking and management for large-scale console deployments.
- Micro-Architectural Analysis: Precision telemetry and cycle-accurate profiling via
PMCCNTR_EL0. - Hardware-Accelerated Streaming: High-performance H.264 visual streaming pipelines for remote debugging.
- Instant AI Integration: Seamless configuration for 21+ advanced AI editors (Claude, Cursor, etc.).
- Enterprise CI/CD: Automated cross-platform build pipelines (x64/arm) with Hardware-In-the-Loop (HIL) validation.
Instantly configure your AI development environment to leverage the full power of Aura-NX:
./setup-mcp.shAcquire the latest aura_nx_sysmodule.nsp and aura_nx_companion.nro from the Advanced Releases portal.
- Deploy
.nspto/atmosphere/contents/ - Initialize system and establish network link.
Generate studio-grade mTLS certificates to establish your secure trust perimeter:
./scripts/generate_certs.sh| Port | Protocol | Service | Strategic Impact |
|---|---|---|---|
| 22225 | TCP | GDB (mTLS) | Remote execution control & precision breakpoints. |
| 28771 | TCP | nxlink (mTLS) | Real-time console diagnostic streaming. |
| 12346 | TCP | Sysmodule | JSON-RPC Hardware Telemetry & Command Link. |
| 12347 | TCP | VFS Server | Zero-latency remote asset synchronization. |
| 12348 | UDP | VFS Reload | Immediate mid-frame asset hot-swapping. |
| 8081 | WS | Telemetry | Live Analytics Dashboard & Visual Insight. |
| 12349 | UDP | Discovery | Automated target identification & zero-config pairing. |
| 12350 | TCP | Crash Monitor | High-velocity automated dump ingestion & analysis. |
read_gpu_load/read_pmu_counters: Elite hardware performance metrics.set_breakpoint: Total execution control at the source level.capture_screen: Hardware-accelerated frame capture for visual validation.reload_asset: Instantaneous mid-frame asset deployment.send_input: Automated gameplay logic & UI interaction injection.backup_save/restore_save: Robust persistent state orchestration.get_fleet_status: Comprehensive visibility into the active studio console fleet.
- Architecture Overview
- Debugging Protocol
- Profiling Engine
- Asset Hot-Reloading
- Advanced Architecture Deep-Dive