nas-port-mcp

nickbrett1/nas-port-mcp
★ 0 stars Shell DevOps Updated today
MCP server that authoritatively answers "what host port can I use?" on the Synology NAS. Union of Docker API published ports, host netns sockets (ss), and DSM reserved ports. Read-only; Tailscale-only via mcpo.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nas-port-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nickbrett1/nas-port-mcp"
      ]
    }
  }
}