cli

Coderblock/cli
★ 1 stars TypeScript 💻 Code/Dev Tools Updated 8d ago
Coderblock CLI + MCP server — run your Claude Code / Cursor builds on the Coderblock cloud (preview URLs, production deploy, DB, auth).
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cli": {
      "command": "npx",
      "args": [
        "-y",
        "Coderblock/cli"
      ]
    }
  }
}

README Excerpt

> Official CLI **and** MCP server for [Coderblock.ai](https://coderblock.ai). > One npm package, two binaries: > > - `coderblock` — interactive command-line interface. > - `coderblock-mcp` — stdio MCP server, so Claude Code / Cursor / Codex can > manage Coderblock projects directly from the chat. **Coderblock.ai** is a **vibe-coding platform**: a cloud runtime where you

Tools (2)

generalinit