console-switch-mcp
Related Servers
Alternatives to console-switch-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Cisco routers and switches over serial console connections, handling prompt detection and pagination.7MIT
- AlicenseNot gradedqualityFmaintenanceEnables large language models to manage network devices (Cisco, Huawei, H3C, Ruijie) via Telnet/SSH, supporting command execution, configuration, and diagnostics.12MIT
- FlicenseAqualityBmaintenanceEnables SSH/telnet command execution on H3C Comware network devices and Linux servers via MCP, with tools to list hosts and run commands.2-
- AlicenseBqualityCmaintenanceProvides comprehensive SSH and serial console access to manage servers and network devices, including Cisco and Aruba switches, with file transfer and network diagnostics.13MIT
- FlicenseNot gradedqualityCmaintenanceEnables agents to access network device management interfaces via SSH, keeping credentials on the server side. Supports both interactive terminal sessions and command execution on devices like Huawei VRP, MikroTik, and OpenWrt.1-
- FlicenseNot gradedqualityBmaintenanceEnables sharing two serial consoles between a local operator and MCP agents, allowing command execution and status monitoring on connected devices.-
TDQS
Scored across 6 tools
Each tool has a clearly distinct role: listing ports, connecting/disconnecting, checking status, and sending commands (single vs. batch). The overlap between send_command and send_config is clarified by their descriptions, making misselection unlikely.
Most tools follow a verb_noun pattern (list_ports, get_status, send_command, send_config), while connect and disconnect are standalone verbs. This is a minor deviation but remains predictable and readable.
With 6 tools, the set is well-scoped for a console management server, covering the essential operations without redundancy or bloat.
The server covers the full lifecycle: discovering ports, connecting, checking status, sending individual commands, and batch configuration. No obvious gaps for typical console-based switch management.