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

Capabilities

Features and capabilities supported by this server

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

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

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