Skip to main content
Glama

Remote MCP SSH Gateway

MIT License
8
  • Linux
  • Apple
pyproject.toml2.31 kB
[project] name = "m2m-mcp-server-ssh-client" version = "0.1.3" description = "A stdio-based MCP server installed locally to connect to a (remote) MCP server group through a secure SSH channel" readme = "README.md" requires-python = ">=3.10" authors = [{ name = "Machine To Machine" }] maintainers = [ { name = "Will Pak", email = "will@machinetomachine.ai" }, { name = "Harold Bott Jr.", email = "harold@machinetomachine.ai" } ] keywords = ["m2m", "mcp", "remote", "llm", "automation", "decentralized", "ssh", "client"] license = { text = "MIT" } license-files = ["LICEN[CS]E*"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] dependencies = [ "anyio>=4.5", "asyncssh>=2.20.0", "httpx>=0.24.0", "mcp>=1.10.1", "pydantic>=2.0.0", ] [project.urls] Homepage = "https://www.machinetomachine.ai/" Repository = "https://github.com/Machine-To-Machine/m2m-mcp-server-ssh-client.git" Issues = "https://github.com/Machine-To-Machine/m2m-mcp-server-ssh-client/issues" Documentation = "https://github.com/Machine-To-Machine/m2m-mcp-server-ssh-client/blob/main/README.md" Changelog = "https://github.com/Machine-To-Machine/m2m-mcp-server-ssh-client/blob/main/CHANGELOG.md" "Source Code" = "https://github.com/Machine-To-Machine/m2m-mcp-server-ssh-client" Security = "https://github.com/Machine-To-Machine/m2m-mcp-server-ssh-client/blob/main/SECURITY.md" [project.scripts] m2m-mcp-server-ssh-client = "m2m_mcp_server_ssh_client:main" [dependency-groups] dev = [ "bandit>=1.7.7", "pip-audit>=2.6.1", "ruff>=0.11.4", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.ruff.lint] select = ["E", "F", "I", "UP", "S", "B", "A", "C4", "T10", "N"] ignore = [] [tool.ruff] line-length = 88 target-version = "py310" [tool.ruff.lint.per-file-ignores] "__init__.py" = ["F401"] [tool.bandit] exclude_dirs = ["tests"] skips = ["B101"] [tool.uv.workspace] members = ["."] [tool.uv.sources] m2m-mcp-server-ssh-client = { workspace = true }

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/Machine-To-Machine/m2m-mcp-server-ssh-client'

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