mcp-ssh
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 |
|---|---|
| ssh_connectC | 通过 config.json 配置连接 JumpServer 堡垒机并建立持久 SSH 会话。 |
| ssh_connect_rawB | 直接指定参数连接(不依赖 config.json),用于临时连接。 |
| ssh_executeB | 在已建立的 SSH 会话中执行命令并返回输出。 |
| ssh_read_outputA | 读取 SSH 会话缓冲区中的最新输出(不发送新命令)。 |
| ssh_closeB | 关闭指定的 SSH 会话。 |
| ssh_list_sessionsA | 列出所有当前活跃的 SSH 会话及其状态。 |
| ssh_list_serversA | 列出 config.json 中所有可用的服务器配置。 |
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 7 tools
Each tool has a clearly distinct purpose: connecting (two variants), closing, executing, listing servers, listing sessions, and reading output. No overlaps.
All tools follow the pattern 'ssh_<action>' or 'ssh_<verb>_<noun>'. The naming is consistent and predictable.
Seven tools cover the core operations for SSH session management without being excessive or insufficient.
The set includes connection, execution, session listing, and buffer reading. For the intended domain (interactive SSH via JumpServer), no obvious gaps.