doable.do

Editor setup

Deploy from your editor.

One command per editor. After setup, type /deploy (or just ask) and your AI ships the project without leaving the chat.

First, install the CLI:

npm install -g doable-cli

Claude Code

MCP tools + slash commands

Adds the Doable MCP plugin so Claude can call deploy/logs/domain tools directly. After setup, type /deploy in the chat — or just say “deploy this”.

doable setup --claude

Cursor

MCP tools

Wires the Doable MCP into Cursor's project config. Cursor doesn't support slash commands, so use the natural-language path: “deploy this app”.

doable setup --cursor

Codex

MCP tools

Same MCP tools as Claude Code, registered in Codex's project config. No slash command syntax in Codex yet.

doable setup --codex

Other editors

Any editor that supports MCP works. Add this server to your MCP config:

{
  "mcpServers": {
    "doable": {
      "command": "npx",
      "args": ["-y", "doable-mcp"]
    }
  }
}

Need the broader docs?

Read the full docs