Keep Continue.
Give it your machines.

AI Commander is not an alternative to Continue, Cursor, Claude Code, Codex, ChatGPT, Gemini, Grok, or Windsurf. It is the remote-machine harness those tools plug into over MCP: outbound-only shell, detached jobs that outlive the chat, and file transfer on hardware you already own.

Positioning in one line: Continue stays the brain; AI Commander is the hands on the box — servers, GPU rigs, NAS, laptops — with no inbound ports and no exposed SSH.

Sibling harness pages: Cursor · Windsurf · Claude Code · Grok · Codex · ChatGPT · Gemini.

Connect Continue (stdio / config.yaml)

Continue talks to AI Commander through the same stdio MCP bridge as Cursor and Windsurf. Add this under mcpServers in ~/.continue/config.yaml (or drop a JSON/YAML file in .continue/mcpServers/ in your workspace):

~/.continue/config.yaml
mcpServers:
  - name: aicommander
    command: npx
    args:
      - -y
      - "@aicommander/mcp"
    env:
      AICOMMANDER_SERVER: https://aicommander.dev

Prefer the Claude Desktop–style JSON map? Put it at .continue/mcpServers/aicommander.json:

.continue/mcpServers/aicommander.json
{
  "mcpServers": {
    "aicommander": {
      "command": "npx",
      "args": ["-y", "@aicommander/mcp"],
      "env": {
        "AICOMMANDER_SERVER": "https://aicommander.dev"
      }
    }
  }
}

Reload Continue (or restart the editor). Full client matrix (Continue, Cursor, Windsurf, Claude Code, Codex, ChatGPT, Gemini, Grok, REST): Connect your AI client.

First connect may open a one-time browser sign-in (OAuth Dynamic Client Registration). For a code-only first hour without that flow, append ?anonymous=1 to the MCP URL where your client supports it.

What you get that the chat alone cannot

Not a replacement — a multiplier

You already useAI Commander adds
Continue~/.continue/config.yaml / .continue/mcpServers/ + npx @aicommander/mcp
Cursornpx @aicommander/mcp stdio bridge → remote exec + jobs
Windsurf~/.codeium/windsurf/mcp_config.json + stdio bridge
Claude CodeMCP remote exec + jobs on your fleet
Codex / ChatGPTSame MCP endpoint or REST /api/v1/exec
Gemini / Grokgemini mcp add / grok mcp add --transport http …

FAQ

Is AI Commander an alternative to Continue?
No. AI Commander is a remote-machine harness. You keep Continue (or Cursor, Claude Code, Codex, ChatGPT, Gemini, Grok, Windsurf) as the AI. AI Commander gives those tools secure remote shell, detached jobs, and file transfer on machines you own — over MCP or REST.
How do I connect Continue to AI Commander?
Add an mcpServers entry in ~/.continue/config.yaml (or drop a JSON/YAML file in .continue/mcpServers/) with npx -y @aicommander/mcp and AICOMMANDER_SERVER=https://aicommander.dev. First connect may open a one-time browser sign-in (DCR). Use ?anonymous=1 for a code-only first hour. See /howto/ for the full matrix.
How is this different from Continue running locally only?
Local Continue is the brain in your editor. AI Commander adds hands on servers, GPU rigs, NAS, and other laptops you own — outbound-only, no inbound ports, no exposed SSH — so Continue can run shell, detached jobs, and file transfer on those machines over MCP.

Next steps

Install the agent on a machine you control, connect Continue via config.yaml or mcpServers/, then ask for a real task on a remote box.