← Back to Plugins
MCP Server MCP

SSH LICCO MCP Server

github By github 👁 1 views ▲ 0 votes

SSH Model Context Protocol Server - Enable SSH functionality for AI models

Homepage Verified source GitHub

Install

uvx ssh-licco

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "ssh-licco",
      "version": "2.7.2",
      "runtimeHint": "python",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SSH server hostname or IP address",
          "isRequired": true,
          "name": "SSH_HOST"
        },
        {
          "description": "SSH username for authentication",
          "isRequired": true,
          "name": "SSH_USER"
        },
        {
          "description": "SSH password for authentication",
          "isSecret": true,
          "name": "SSH_PASSWORD"
        },
        {
          "description": "SSH port number",
          "default": "22",
          "name": "SSH_PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...