
ojob ojob.io/ai/mcps/mcp-ssh onport=8888 ssh=ssh://user:pass@host:port/identificationKey?timeout=1234&compression=false readwrite=true shellallow=curl,wget shellallowpipes=true shellbanextra=lsblk,ifconfig
A STDIO/HTTP MCP SSH server
| Name | Description |
|---|---|
| onport | If defined starts a MCP server on the provided port |
| ssh | SSH OpenAF url |
| readwrite | If true, allows write operations (default: false) |
| shellallow | Comma-separated list of banned commands to allow explicitly |
| shellallowpipes | Allow pipes, redirection and shell control operators |
| shellbanextra | Additional comma-separated commands to ban |