Skip to main content
Glama

MCP SSH Server

by mahathirmuh

ssh_list_files

List files and directories on local or remote servers via SSH connection to browse directory contents and manage file systems.

Instructions

List files and directories on local or remote server

Input Schema

NameRequiredDescriptionDefault
connectionIdYesSSH connection ID (use "local" for local files)
remotePathYesDirectory path to list
showHiddenNoShow hidden files

Input Schema (JSON Schema)

{ "properties": { "connectionId": { "description": "SSH connection ID (use \"local\" for local files)", "type": "string" }, "remotePath": { "description": "Directory path to list", "type": "string" }, "showHidden": { "default": false, "description": "Show hidden files", "type": "boolean" } }, "required": [ "connectionId", "remotePath" ], "type": "object" }

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

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