ftp ssh mcp for VS Code
io.github.chris221/ftp-ssh-mcp
Work with a remote host over FTP/FTPS/SFTP, SSH, and MySQL.
client:VS Code
transport:stdio
runtime:npm
Install ftp ssh mcp in VS Code
.vscode/mcp.json
{
"servers": {
"ftp-ssh-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ftp-ssh-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs