manifest.json•812 B
{
"dxt_version": "0.1",
"name": "mcp-ssh",
"version": "1.0.3",
"description": "Connect to SSH hosts, run commands, and transfer files securely through Claude Desktop",
"author": {
"name": "aionda.com",
"url": "https://aionda.com"
},
"license": "MIT",
"homepage": "https://github.com/aiondadotcom/mcp-ssh",
"repository": {
"type": "git",
"url": "https://github.com/aiondadotcom/mcp-ssh.git"
},
"icon": "doc/Claude.png",
"keywords": [
"ssh",
"remote",
"server",
"scp",
"file-transfer",
"automation",
"devops"
],
"server": {
"type": "node",
"entry_point": "server-simple.mjs",
"mcp_config": {
"command": "node",
"args": ["${__dirname}/server-simple.mjs"],
"env": {
"MCP_SILENT": "true"
}
}
}
}