Native Model Context Protocol access to SSH sessions. AI agents call SSH operations as MCP tools — no CLI wrapping needed.
Today, AI agents use sshDCommander through CLI shell execution. This works well, but the Model Context Protocol (MCP) offers a tighter integration. MCP lets AI agents call tools directly via JSON-RPC without shell parsing, output formatting, or command-line escaping. The result is faster, more reliable, and natively typed.
The sshDCommander MCP Server exposes all base tools as MCP tool calls. AI agents get native JSON-RPC access to command execution, file transfers, and server management. The MCP Server bridges to the same persistent daemon — all the same features, delivered via a protocol AI agents speak natively.
ssh_execExecute a command on a remote server
ssh_uploadUpload a file with SHA-256 verification
ssh_downloadDownload a file from a remote server
ssh_connectEstablish an SSH session to a server
ssh_statusCheck connection status and session info
server_listList available server profiles
http_requestHTTP request through SSH tunnel
db_queryDatabase query through SSH tunnel
cert_inspectInspect SSL certificates remotely
sshDCommander works via CLI right now. The MCP Server launches June 2026 as an add-on.