Skip to main content
Glama

MCP SSH Server

by mahathirmuh

ssh_set_working_directory

Change the current working directory for an SSH connection to navigate remote server file systems and execute commands from specific locations.

Instructions

Set the current working directory for a connection

Input Schema

NameRequiredDescriptionDefault
connectionIdYesSSH connection ID
workingDirectoryYesWorking directory path to set as current

Input Schema (JSON Schema)

{ "properties": { "connectionId": { "description": "SSH connection ID", "type": "string" }, "workingDirectory": { "description": "Working directory path to set as current", "type": "string" } }, "required": [ "connectionId", "workingDirectory" ], "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