MCP Server
MCP
io.github.the-nine-nation/remote-ssh-mcp
Persistent stateful remote SSH sessions for AI agents via MCP + OpenSSH.
Install
npx -y @zyluo/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@zyluo/remote-ssh-mcp",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Comma-separated additional SSH Host aliases to allow",
"format": "string",
"name": "SSH_MCP_ALLOWED_HOSTS"
},
{
"description": "Path to remote-ssh-mcp config.json",
"format": "string",
"name": "SSH_MCP_CONFIG"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment