Skip to main content
Glama
bbt567
by bbt567

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SSH_BINNoSSH executable path
SSH_HOSTNoDefault hostname, alias, or IP address
SSH_PORTNoSSH TCP port
SSH_USERNoUsername added to SSH_HOST when it has no @
REMOTE_SSH_BINNoNamespaced equivalent of SSH_BIN
REMOTE_SSH_HOSTNoNamespaced equivalent of SSH_HOST
REMOTE_SSH_PORTNoNamespaced equivalent of SSH_PORT
REMOTE_SSH_USERNoNamespaced equivalent of SSH_USER
REMOTE_SSH_TIMEOUT_MSNoDefault command timeout60000
REMOTE_SSH_MAX_OUTPUT_BYTESNoDefault captured bytes per output stream1048576

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
remote_ssh_local_diagnosticsA

Diagnose the local MCP server process and its ability to launch OpenSSH.

remote_ssh_checkA

Check that the configured SSH host is reachable and print basic remote identity details.

remote_ssh_execA

Run a shell command on the configured SSH host. Reuses your local OpenSSH config and keys.

remote_ssh_list_dirA

List a directory on the configured SSH host using ls -la.

remote_ssh_read_textA

Read a text file from the configured SSH host. Large files are clipped by maxBytes.

remote_ssh_read_file_base64A

Read a file from the configured SSH host as base64. Use this for small binary files.

remote_ssh_write_textA

Write UTF-8 text to a file on the configured SSH host through SSH stdin.

remote_ssh_write_file_base64A

Decode base64 and write the bytes to a file on the configured SSH host.

remote_ssh_start_port_forwardA

Start a local SSH -L tunnel through the configured SSH host. The tunnel stays alive while this MCP server process is alive.

remote_ssh_list_port_forwardsA

List SSH tunnels started by this MCP server process.

remote_ssh_stop_port_forwardA

Stop a tunnel created by remote_ssh_start_port_forward.

remote_ssh_uriA

Return a VS Code Remote-SSH URI and CLI command for the configured SSH host.

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/bbt567/remote-ssh-mcp'

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