MCP Server
MCP
SSH LICCO MCP Server
SSH Model Context Protocol Server - Enable SSH functionality for AI models
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
By
Comments
Sign in to leave a comment