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-cliClaude Code
MCP tools + slash commandsAdds 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 --claudeCursor
MCP toolsWires 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 --cursorCodex
MCP toolsSame MCP tools as Claude Code, registered in Codex's project config. No slash command syntax in Codex yet.
doable setup --codexOther 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