8 days ago
A Better Mcp ssh Server.
support host in ~/.ssh/config ,Don't need add every host to mcp config file.
Give host to AI such as:
use ssh mcp connect my_ssh_server, check disk space.
Server Config
{
"mcpServers": {
"ssh": {
"command": "/your_path_to_mcpssh/mcpssh",
"args": []
}
}
}