AI Commander
aicommander/connectAI Commander is a remote shell for AI agents. It lets an MCP client (Claude, Codex, ChatGPT, Cursor, or any Model Context Protocol client) run shell commands on machines you own by quoting a short session code like `AIC-7K3P-WX9M-RTBN`. A small agent on the target machine keeps one outbound WebSocket open to AI Commander's hosted relay, so there are no inbound ports, no exposed SSH, and no VPN. Command stdout/stderr stream back in real time over SSE.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ai_commander": {
"url": "https://aicommander.dev",
"transport": "http"
}
}
}