MCP Server
io.github.varaprasadreddy9676/remote-bridge MCP Server
io.github.varaprasadreddy9676/remote-bridge
What is the io.github.varaprasadreddy9676/remote-bridge MCP server?
Sync code to remote servers via SSH/rsync and deploy from any AI IDE.
How to install io.github.varaprasadreddy9676/remote-bridge
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"remote-bridge": {
"command": "npx",
"args": [
"-y",
"remote-bridge-cli"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"remote-bridge": {
"command": "npx",
"args": [
"-y",
"remote-bridge-cli"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"remote-bridge": {
"command": "npx",
"args": [
"-y",
"remote-bridge-cli"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"remote-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"remote-bridge-cli"
]
}
}
}Claude Code
claude mcp add remote-bridge -- npx -y remote-bridge-cliRelated MCP servers
MCP server for Huly — manage projects, issues, documents and more via natural language.
View repository →