plugins marketplace
← All plugins

ssh-manager

v1.0.0

Let AI agents manage Linux servers via SSH — run commands, deploy code, tail logs, restart services, and upload scripts. One YAML config, one connection pool, works for both AI and CLI.

CodexClaude Code

by leehom0123MIT3updated 2 weeks ago

Source

git clone https://github.com/leehom0123/ssh-alias-mcp

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

ssh-manager/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

.codex-plugin/plugin.json
{
  "name": "ssh-manager",
  "description": "Let AI agents manage Linux servers via SSH — run commands, deploy code, tail logs, restart services, and upload scripts. One YAML config, one connection pool, works for both AI and CLI.",
  "version": "1.0.0",
  "author": {
    "name": "leehom0123",
    "url": "https://github.com/leehom0123"
  },
  "homepage": "https://github.com/leehom0123/ssh-alias-mcp",
  "repository": "https://github.com/leehom0123/ssh-alias-mcp",
  "license": "MIT",
  "tags": [
    "ssh",
    "devops",
    "server-management",
    "linux",
    "remote"
  ],
  "category": "devops"
}
.claude-plugin/plugin.json
{
  "name": "ssh-manager",
  "description": "Let AI agents manage Linux servers via SSH — run commands, deploy code, tail logs, restart services, and upload scripts. One YAML config, one connection pool, works for both AI and CLI.",
  "version": "1.0.0",
  "author": {
    "name": "leehom0123",
    "url": "https://github.com/leehom0123"
  },
  "homepage": "https://github.com/leehom0123/ssh-alias-mcp",
  "repository": "https://github.com/leehom0123/ssh-alias-mcp",
  "license": "MIT",
  "tags": [
    "ssh",
    "devops",
    "server-management",
    "linux",
    "remote"
  ],
  "category": "devops"
}