Skip to main content
Glama
jppradhan

Alolite SSH MCP Server

by jppradhan

ssh_execute

Execute commands on remote servers via SSH and return the output. Automatic key discovery and connection pooling streamline remote server management.

Instructions

Execute a command on a remote server via SSH and return the output

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYesSSH server hostname or IP address (e.g., 'dev234' or '192.168.1.100')
portNoSSH server port (default: 22)
commandYesCommand to execute on the remote server
timeoutNoConnection timeout in milliseconds (default: 10000)
passwordNoSSH password (only if not using SSH keys)
usernameYesSSH username (e.g., 'username')
passphraseNoPassphrase for the private key (if required)
agentForwardNoEnable SSH agent forwarding (default: true)
privateKeyPathNoPath to SSH private key file (default: ~/.ssh/id_rsa, ~/.ssh/id_ed25519, etc.)
Behavior2/5

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

No annotations are present, so the description carries the full burden. It discloses that the tool executes a command and returns output, but it does not mention potential side effects, security implications, blocking behavior, or error/exit code handling. For a remote command executor, this is insufficient transparency.

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?

The description is one concise sentence that states the core purpose without unnecessary filler. It is front-loaded with the action and resource, making it easy to parse.

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

Completeness2/5

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

Despite moderate complexity (9 parameters, no output schema), the description only explains that output is returned without detailing its format, exit codes, or failure modes. It also omits usage context like ssh key requirements or typical scenarios. The description is too thin to be considered complete.

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 provides 100% description coverage for all 9 parameters, each with a meaningful description. The main description adds no extra parameter semantics, so the baseline of 3 is appropriate since the schema already does the heavy lifting.

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 clearly states the action: execute a command on a remote server via SSH, and the expected result: return the output. This specifically differentiates it from the sibling tool `ssh_connections`, which likely focuses on connection lifecycle, not command execution.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus `ssh_connections` or other alternatives, nor does it mention any prerequisites (e.g., SSH keys or reachable host) or cases where it should not be used. A clear 'when to use' statement is missing.

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

Install Server

Other Tools

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

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