Device MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| connect_deviceB | Connect to a network device via SSH or Telnet. Establishes a persistent connection for command execution. |
| execute_commandA | Execute a command on a connected network device. The device must be connected first using |
| disconnect_deviceB | Disconnect from a network device and clean up the connection. |
| list_connectionsA | List all active network device connections. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a unique purpose: connecting, disconnecting, executing commands, and listing connections. No functional overlap exists.
All tool names follow a consistent verb_noun pattern (connect_device, disconnect_device, execute_command, list_connections), making them predictable.
Four tools cover the essential operations for managing device connections and command execution, which is well-scoped and not excessive.
Core lifecycle (connect, execute, disconnect) and connection listing are covered. A minor gap is the absence of a dedicated status check tool, but execute_command can compensate.