Skip to main content
Glama
Mr365truck

lms-ssh-client-mcp

by Mr365truck

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/Mr365truck/LMS-SSH-Client-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server