Skip to main content
Glama

SSH MCP Server

by widjis

ssh_set_working_directory

Set the current working directory for an SSH connection using the provided connection ID and directory path, enabling efficient navigation and operations on remote systems via SSH MCP Server.

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

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