Skip to main content
Glama
honwee

SSH MCP Server

by honwee

ssh_host_add

Save SSH host credentials under a unique alias for quick access. Later, connect using only that alias without re-entering passwords or keys.

Instructions

Save an SSH host configuration for quick access. After saving, use ssh_connect with just the alias to connect without re-entering credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYesHost address or IP
portNoSSH port (default: 22)
tagsNoTags for grouping (e.g. ["prod", "gpu"])
aliasYesUnique name for this host (e.g. "prod-web", "gpu-01")
jumpHostNoJump host configuration
passwordNoSSH password
usernameYesSSH username
privateKeyNoSSH private key (PEM format)
descriptionNoDescription of this host

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

There are no annotations, so the description carries the behavioral burden. It does disclose a key trait: saved credentials can be reused later without re-entry. However, it does not mention what happens on duplicate aliases, whether configuration is overwritten, authentication precedence, or security/storage implications, which matters for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no filler, and the core purpose is front-loaded in the first sentence. It is appropriately sized for a tool whose parameter details live in the schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 9 parameters, a nested jumpHost object, and no output schema or annotations, the description gives a clear workflow but leaves meaningful gaps: it does not clarify add vs update semantics, duplicate-alias behavior, auth method selection, or return/error behavior. Schema richness compensates partially, but not fully.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers 100% of parameters, so the schema already documents host, port, tags, alias, jumpHost, password, username, privateKey, and description. The description adds some functional context for alias by stating it is used as the ssh_connect handle, but does not add detail about other parameters beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Save') and resource ('SSH host configuration'), and states the downstream workflow: connecting with just the alias via ssh_connect. This clearly differentiates it from connection/execution tools in the sibling list.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explains when to use this tool: to persist a host configuration for quick access, then use ssh_connect with the alias. It does not explicitly name alternatives like ssh_host_update or state when not to use it, so there is room for more explicit routing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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