Skip to main content

SSH MCP - tools for remote SSH operations for debugging

Project description

SSH MCP Server

A Machine Control Protocol (MCP) server that provides tools for LLMs to safely SSH into remote dev/test machines.

Features

  • SSH connection management to remote machines
  • Run query scripts for retrieving information
  • Cautiously run modifying scripts for debugging purposes
  • Secure credential management using SSH key authentication

Tools

run_query_script

Executes read-only shell scripts on remote machines to gather information without modifying the system.

Example:

result = await run_query_script(
    hostname="192.168.1.100",
    script="cat /var/log/syslog | grep ERROR",
    username="admin"  # Optional, defaults to root
)

run_dangerous_script

Executes scripts that might modify the remote system. Includes safety confirmations and warnings.

Example:

result = await run_dangerous_script(
    hostname="192.168.1.100",
    script="service nginx restart",
    username="admin",  # Optional, defaults to root
    confirmation="I understand this is dangerous"  # Required safety confirmation
)

Installation

pip install ssh-mcp

Usage

# Start the MCP server
ssh-mcp

Requirements

  • SSH key-based authentication must be set up for target machines
  • Paramiko Python library (installed automatically)
  • Python 3.12 or higher

Configuration

Coming soon

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ssh_mcp-0.1.3.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ssh_mcp-0.1.3-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file ssh_mcp-0.1.3.tar.gz.

File metadata

  • Download URL: ssh_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for ssh_mcp-0.1.3.tar.gz
Algorithm Hash digest
SHA256 77b011cc74e430447047f7b9b378a88f773a53bb30915de02bf657ab4df08fc8
MD5 2fcf125da57c6eeeba048e36d0e72419
BLAKE2b-256 2f9b0690955840d229e12c948f2636677fc593acc6023d58930fd3860b6d5dde

See more details on using hashes here.

File details

Details for the file ssh_mcp-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: ssh_mcp-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for ssh_mcp-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9c379b1b6041ee5cbe47380270a2b614de3755285bc164814485e8f60eafadf1
MD5 ad5e6d09afcf06e81e9e9b21dcfdd278
BLAKE2b-256 70a1a31bdd9ac68fb813b068cb406ac99b076b7dd17980bb2c6440ecf7ab3b13

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page