MCPServers
SSH Commander - MCP server logo
2
0

Summary

SSH MCP Server provides secure remote access and command execution capabilities through the Model Context Protocol. It allows AI assistants to execute SSH commands on remote servers using stored credentials, with a SQLite database for persistent credential management. The implementation includes tools for executing commands, adding/removing credentials, and listing available connections - making it particularly valuable for system administration tasks and remote server management without leaving the conversation interface.

Available Actions(4)

ssh_exec

Execute a command over SSH. Parameters: host (string, required), command (string, required), username (string, required), privateKeyPath (string, required)

add_credential

Add a new SSH credential. Parameters: name (string, required), host (string, required), username (string, required), privateKeyPath (string, required)

list_credentials

List all stored SSH credentials. Parameters: None

remove_credential

Remove a stored SSH credential. Parameters: name (string, required)

Last Updated: April 17, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ