Linux Ssh
БесплатноНе проверенEnables running commands over SSH on remote Linux hosts, with logging and standalone executable support.
Описание
Enables running commands over SSH on remote Linux hosts, with logging and standalone executable support.
README
⚠️ This is an early prototype. Use at your own risk. ⚠️
Getting started
python -m venv .venvs/mcp
.venvs/mcp/bin/python -m pip install -e .
Run the MCP server with .venvs/mcp/bin/mcp-linux-ssh
To have an MCP client run the application, point it at realpath .venvs/mcp/bin/mcp-linux-ssh.
Here's an example configuration for Claude Desktop:
{
"mcpServers": {
"linux_ssh": {
"command": "/Users/sdoran/Developer/mcp_linux_ssh/.venvs/mcp/bin/mcp-linux-ssh",
"env": {
"TMPDIR": "/tmp"
}
}
}
}
Create a standalone executable
Use shiv to create portable executable.
mkdir build
shiv -o build/mcp_linux_ssh --console-script mcp-linux-ssh .
Logging
Commands and the hosts they are run on are logged to a local file that is rotated once it reaches five megabytes in size. The file location depends on the platform running the MCP server.
Linux: ~/.local/share/logs/mcp-linux-ssh.log
macOS: ~/Library/Logs/mcp-linux-ssh.log
Установить Linux Ssh в Claude Desktop, Claude Code, Cursor
unyly install mcp-linux-sshСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add mcp-linux-ssh -- uvx --from git+https://github.com/samdoran/mcp_linux_ssh mcp_linux_sshFAQ
Linux Ssh MCP бесплатный?
Да, Linux Ssh MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Linux Ssh?
Нет, Linux Ssh работает без API-ключей и переменных окружения.
Linux Ssh — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Linux Ssh в Claude Desktop, Claude Code или Cursor?
Открой Linux Ssh на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Linux Ssh with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
