lms-ssh-client-mcp
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ssh_connectA | Connect to a remote SSH server. Returns a session ID to be used for subsequent commands and files. If neither password nor privateKey are specified, this tool will attempt to use default keys in your ~/.ssh directory. If a file path is provided in privateKey, it will be loaded from disk. |
| ssh_execute_commandA | Execute a command on the remote host via SSH. Note: Shell environment state like current directory (cd) is NOT preserved between distinct tool calls. To run multiple commands in the same path, chain them (e.g. 'cd /var/www && ls -la'). |
| ssh_close_connectionB | Close an active SSH connection. |
| ssh_list_connectionsA | List all active SSH connection IDs and details. |
| ssh_sftp_list_dirB | List files and directories on the remote server using SFTP. |
| ssh_sftp_read_fileA | Read the contents of a file on the remote server using SFTP. |
| ssh_sftp_write_fileB | Write content to a file on the remote server using SFTP. Creates the file if it does not exist. |
| ssh_sftp_delete_fileA | Delete a file on the remote server using SFTP. |
| ssh_sftp_mkdirB | Create a directory on the remote server using SFTP. |
| ssh_sftp_rmdirB | Remove an empty directory on the remote server using SFTP. |
| ssh_sftp_renameA | Rename or move a file or directory on the remote server using SFTP. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Mr365truck/LMS-SSH-Client-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server