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.4.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.4-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ssh_mcp-0.1.4.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.4.tar.gz
Algorithm Hash digest
SHA256 5f9a5230ac3fab110ce741bcb58f7db4410e9b9d6d8c76e17b0cf0de5b10fd57
MD5 d7f08147c2538b5946a4e44858f61447
BLAKE2b-256 e16630e0fd8c4d25622c24d3d41a22c035c821eec625f1f4ec12af367784033a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ssh_mcp-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 4.8 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a8269deb79981dd417f2bf85f23d37354033a7d05d086dd701f5195e66b391fa
MD5 47f8d8f9d0ab644368df08f848c54cf2
BLAKE2b-256 e97482a3dff08d47dfec7018ef807749522b7006aee82d0ae5602f1e5bd2bc03

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