Hey everyone,
I’ve been using Cursor / ChatGPT CLI / Gemini CLI a lot, and one thing keeps bothering me.
AI can generate code and commands perfectly…
but I still have to:
-
copy the output
-
SSH into server
-
run it manually
-
come back and paste logs
It completely breaks the flow.
So I built a small CLI to fix this:
https://github.com/varaprasadreddy9676/remote-bridge
It basically lets you:
-
send commands to remote servers via SSH
-
execute them
-
get structured output back
Idea is to act as a bridge between AI tools and servers
Curious to know:
-
Do you face this problem too?
-
Would you use something like this?
Would love feedback ![]()