Skip to main content
Glama

MCP SSH Tools Server

by nwnusun-cool

add_server_config

Add and configure new server details for SSH connections, including name, IP address, username, password, and port, simplifying remote server management.

Instructions

动态添加服务器配置 参数:

  • name: 服务器名称
  • ip: 服务器IP地址
  • user: SSH用户名
  • password: SSH密码
  • port: SSH端口,默认22

Input Schema

NameRequiredDescriptionDefault
ipYes
nameYes
passwordYes
portNo
userYes

Input Schema (JSON Schema)

{ "properties": { "ip": { "title": "Ip", "type": "string" }, "name": { "title": "Name", "type": "string" }, "password": { "title": "Password", "type": "string" }, "port": { "default": 22, "title": "Port", "type": "integer" }, "user": { "title": "User", "type": "string" } }, "required": [ "name", "ip", "user", "password" ], "title": "add_server_configArguments", "type": "object" }
Install Server

Other Tools from MCP SSH Tools 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/nwnusun-cool/mcp-server-ssh-tools'

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