SSH Read-Only MCP Server
by kunwarmahen
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Bind address for HTTP mode | 0.0.0.0 |
| MCP_PORT | No | Port for HTTP mode | 3000 |
| MCP_TRANSPORT | No | Communication transport: stdio, http, or streamable-http | stdio |
| MCP_SERVER_NAME | No | Display name for the server | SSH Read-Only MCP Server |
| MCP_ENABLE_BROADCAST | No | Enable multicast discovery announcements | true |
| MCP_BROADCAST_INTERVAL | No | Seconds between broadcast announcements | 30 |
Capabilities
Features and capabilities supported by this server
| 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_connectA | Establish SSH connection to a remote machine (read-only access only). |
| ssh_executeA | Execute a read-only command on the connected remote machine. |
| ssh_disconnectC | Disconnect from the remote machine. |
| ssh_list_connectionsA | List all active SSH connections. Returns: List of active connections |
| ssh_get_allowed_commandsA | Get the list of allowed read-only commands. Returns: List of allowed commands |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kunwarmahen/ssh-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server