27 lines
589 B
JSON
27 lines
589 B
JSON
{
|
|
"mcpServers": {
|
|
"ssh-mcp": {
|
|
"command": "npx",
|
|
"args": [
|
|
"ssh-mcp",
|
|
"-y",
|
|
"--",
|
|
"--host=52.221.242.70",
|
|
"--port=22",
|
|
"--user=root",
|
|
"--password=pass",
|
|
"--key=path/to/key",
|
|
"--timeout=30000",
|
|
"--maxChars=none"
|
|
]
|
|
},
|
|
"uiautomator2": {
|
|
"type": "stdio",
|
|
"command": "python",
|
|
"args": [
|
|
"C:\\Users\\mumur\\uiautomator2-mcp\\server.py"
|
|
],
|
|
"env": {}
|
|
}
|
|
}
|
|
} |