ssh-mcp-rs 3.0.2

MCP server exposing SSH control for Linux systems via Model Context Protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
services:
  ssh:
    build:
      context: tests/fixtures/debian-sshd
    image: ssh-mcp-debian-sshd:latest
    ports:
      - "127.0.0.1:2222:2222"
    logging:
      driver: "json-file"
      options:
        max-size: "10m"
        max-file: "3"