Skip to main content
Glama
idletoaster

SSH MCP Server

by idletoaster

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SSH_PRIVATE_KEYNoPath to SSH private key file. If not set, auto-discovery searches for keys in ~/.ssh/id_rsa, ~/.ssh/id_ed25519, ~/.ssh/id_ecdsa.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
remote-sshB

Execute SSH commands on remote servers with private key authentication

ssh-edit-blockB

Edit specific text blocks in remote files (token-efficient alternative to full rewrites)

ssh-read-linesA

Read specific lines from remote files (token-efficient for large files)

ssh-search-codeA

Search for patterns in remote files without reading full content (token-efficient)

ssh-write-chunkB

Write content to remote files with append/rewrite modes (token-efficient for large content)

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/idletoaster/ssh-mcp-server'

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