Skip to content
Back to search
60
MCP http

AI Commander

aicommander/connect

AI 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.

Uptime
100.0%
3 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

AI Commander
Secure remote shell access to your own machines for AI agents, without exposed SSH or VPN.
0 tools
mcp-interactive-terminal
MCP server that gives AI agents (Claude Code, Cursor, Windsurf) real interactive terminal sessions — run REPLs, SSH, databases, Docker, and
0 tools
dev.aicommander/mcp
Remote command execution on your machines — an SSH/Ansible alternative, by AIC-… code or alias.
0 tools · streamable-http
mcp-remote-macos-use
The only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop A
0 tools
local-terminal-mcp
Connect your local terminal to AI agents via MCP (Model Context Protocol). Provides secure shell, file read/write, and directory listing too
0 tools
Claude Code Remote Control
Enables remote control of Claude Code agents through an MCP interface, allowing other AI clients to delegate coding tasks to Claude Code.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai_commander": {
      "url": "https://aicommander.dev",
      "transport": "http"
    }
  }
}