Skip to main content
Glama
m1bsvonmibenstein

SSH MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SSH_CONFIG_PATHNoCustom path to the SSH servers configuration file. Defaults to ~/.claude/ssh-servers.json

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ssh_execB

Execute a command on a remote server

ssh_uploadA

Upload to a remote server over SFTP. Supports a single file, a glob pattern (e.g. logs/*.gz) which uploads all matches into remotePath, or a whole directory when recursive=true.

ssh_downloadA

Download from a remote server over SFTP. Supports a single file, a glob pattern within a remote directory (e.g. /var/log/*.log) which downloads all matches into localPath, or a whole remote directory when recursive=true.

ssh_listB

List files in a remote directory

ssh_list_serversA

List all configured server aliases and their descriptions

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/m1bsvonmibenstein/sshmcp'

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