MCPServers
SSH Tools - MCP server logo

SSH Tools

0
0

Summary

The SSH Tools MCP server provides a secure interface for AI assistants to connect to and interact with remote servers via SSH. Built using the FastMCP framework and Paramiko library, it exposes three core tools: connecting to SSH servers, executing commands on connected servers, and disconnecting from sessions. This implementation maintains a single global connection state, allowing for persistent SSH sessions throughout a conversation, making it particularly valuable for system administration tasks, server diagnostics, and remote management workflows that require command execution across multiple interactions.

Available Actions(3)

connect_ssh

Connect to an SSH server. Parameters: hostname (string), password (string), username (optional string, default: root), port (optional integer, default: 22)

run_command

Execute a command on the connected server. Parameters: command (string, the command to execute, e.g., nvidia-smi)

disconnect_ssh

Disconnect the current SSH connection.

Last Updated: April 25, 2025

커뮤니티 리뷰

0.0
0 리뷰
5
0
4
0
3
0
2
0
1
0

아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!

대화에 참여하려면 로그인하세요

Coming soon to
HighlightHighlight AI

언어

TypeScript

카테고리

태그