Skip to main content
Glama
pyproject.toml482 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "ssh-control-mcp" version = "1.0.0" description = "MCP server for controlling Linux VMs via SSH with safety checks" requires-python = ">=3.10" dependencies = [ "mcp>=0.9.0", "paramiko>=3.4.0", "pyyaml>=6.0.1", "flask>=3.0.0", "flask-cors>=4.0.0", ] [project.scripts] ssh-control-mcp = "ssh_control_mcp.server:main" ssh-control-http = "ssh_control_mcp.http_wrapper:app"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jutop/MCP_Linux_Administration_SSH-OpenWebUI_Tool'

If you have feedback or need assistance with the MCP directory API, please join our Discord server