Skip to main content
Glama

PostgreSQL API SSH MCP Server

by iMAGRAY
MIT License

mcp_ssh_manager

Manage SSH operations securely, including profile setup, command execution, system info retrieval, and host verification. Prevents command injection and ensures sanitized, restricted commands for PostgreSQL API SSH server tasks.

Instructions

🔐 SSH Manager - безопасные SSH операции: setup_profile, list_profiles, execute, system_info, check_host. Защита от command injection, санитизация команд, ограничения безопасности.

Input Schema

NameRequiredDescriptionDefault
actionYesДействие SSH
commandNoКоманда для выполнения
hostNoХост SSH сервера
passwordNoПароль SSH
portNoПорт SSH
profile_nameNoИмя профиля подключения (по умолчанию 'default')
usernameNoИмя пользователя SSH

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Действие SSH", "enum": [ "setup_profile", "list_profiles", "execute", "system_info", "check_host" ], "type": "string" }, "command": { "description": "Команда для выполнения", "type": "string" }, "host": { "description": "Хост SSH сервера", "type": "string" }, "password": { "description": "Пароль SSH", "type": "string" }, "port": { "description": "Порт SSH", "type": "integer" }, "profile_name": { "description": "Имя профиля подключения (по умолчанию 'default')", "type": "string" }, "username": { "description": "Имя пользователя SSH", "type": "string" } }, "required": [ "action" ], "type": "object" }

Other Tools from PostgreSQL API 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/iMAGRAY/PSQL_SSH_API_MCP'

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