Files
PocketPentester/.mcp.json
2026-04-19 21:10:40 +07:00

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": {}
}
}
}