nats
Installation
SKILL.md
NATS Core Knowledge
Full Reference: See advanced.md for JetStream patterns (Node.js, Java), security configuration, TLS setup, and clustering.
Deep Knowledge: Use
mcp__documentation__fetch_docswith technology:natsfor comprehensive documentation.
Quick Start (Docker)
# docker-compose.yml
services:
nats:
image: nats:latest
ports:
- "4222:4222" # Client
- "8222:8222" # Monitoring
command: "-js -m 8222" # Enable JetStream