Ports

Load port mappings for all projects when working with networking, docker-compose, or service configuration

eron1703 Updated

File contents

Port Configuration

Use commander-mcp tools for live port data:

  • get_context_ports — full port allocation table
  • list_ports — port list with optional conflict detection
  • get_port(port_number) — what uses a specific port

For manual reference: cat ~/projects/claude-config-loader/config/ports.yaml

Use this information when:

  • Working with docker-compose files
  • Configuring service URLs
  • Troubleshooting connection issues
  • Adding new services
  • Checking for port conflicts

eron1703/claude-config-loader/tree/main/skills/ports commit 593d19c266

Frequently asked questions

npx skillmds@latest add eron1703/ports