Skip to main content
Glama
kunwarmahen

SSH Read-Only MCP Server

by kunwarmahen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoBind address for HTTP mode0.0.0.0
MCP_PORTNoPort for HTTP mode3000
MCP_TRANSPORTNoCommunication transport: stdio, http, or streamable-httpstdio
MCP_SERVER_NAMENoDisplay name for the serverSSH Read-Only MCP Server
MCP_ENABLE_BROADCASTNoEnable multicast discovery announcementstrue
MCP_BROADCAST_INTERVALNoSeconds between broadcast announcements30

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ssh_connectA

Establish SSH connection to a remote machine (read-only access only).

ssh_executeA

Execute a read-only command on the connected remote machine.

ssh_disconnectC

Disconnect from the remote machine.

ssh_list_connectionsA

List all active SSH connections.

Returns: List of active connections

ssh_get_allowed_commandsA

Get the list of allowed read-only commands.

Returns: List of allowed commands

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a distinct purpose: connecting, disconnecting, executing commands, listing allowed commands, and listing connections. No overlap, clear differentiation.

Naming Consistency5/5

All tools follow the ssh_verb_noun pattern consistently, with verbs like connect, disconnect, execute, get_allowed_commands, and list_connections. Minor variation between get and list is acceptable as both are retrieval verbs.

Tool Count5/5

5 tools is well-scoped for a read-only SSH server. Each tool covers a necessary operation without redundancy or missing essentials.

Completeness5/5

The tool surface covers the full lifecycle of a read-only SSH session: connect, execute (read-only commands), disconnect, and utilities like listing allowed commands and connections. No obvious gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues