Skip to main content
Glama

SSH MCP Server

add_credential

Store a new SSH credential on the SSH MCP Server by specifying the host, username, and private key file path for secure remote command execution.

Instructions

Add a new SSH credential with private key file path

Input Schema

NameRequiredDescriptionDefault
hostYes
nameYes
privateKeyPathYes
usernameYes

Input Schema (JSON Schema)

{ "properties": { "host": { "type": "string" }, "name": { "type": "string" }, "privateKeyPath": { "type": "string" }, "username": { "type": "string" } }, "required": [ "name", "host", "username", "privateKeyPath" ], "type": "object" }

You must be authenticated.

Other Tools from SSH MCP Server

Related Tools

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

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