/server-statusServer health check — Docker, DB, 스토리지, 네트워크.
/server-status Claude Code CLI 또는 연결된 에이전트에서 호출합니다.
다음 항목을 순서대로 점검하고 결과를 테이블로 보여줍니다:
```bash
docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}"
``` - Neo4j: `docker exec neo4j cypher-shell -u neo4j -p neo4jpassword "RETURN 'OK'"`
- PostgreSQL: `docker exec postgresql psql -U postgres -d maindb -t -c "SELECT 'OK'"`
- Redis: `docker exec redis redis-cli -a redispassword PING`
- MongoDB: `docker exec mongodb mongosh -u mongo -p mongopassword --quiet --eval "db.runCommand({ping:1}).ok"`
- MinIO: `curl -s -o /dev/null -w "%{http_code}" http://localhost:9001` - /neo4j/, /minio/, /s3/, /n8n/, /traefik/ 각 경로 HTTP 상태 확인
```bash df -h /Volumes/DB_STORAGE ```
- 내부 IP: `ifconfig en0 | grep "inet "` - 공인 IP: `curl -s ifconfig.me` 결과를 깔끔한 테이블로 정리하여 보여줍니다.