imprezahost

Impreza Devkit — DevOps skill for Claude Code

DevOps community

Official Impreza Host client tooling.

How to install Impreza Devkit

This entry records only its repository, not the path inside it, so there is no exact command to give. Open imprezahost/impreza-devkit and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Impreza Devkit does

Official Impreza Host client tooling. Deploy or host an app the easy way with the one-line MCP setup: npx -y impreza-mcp setup --tool claude-code (also cursor, continue, zed, codex-cli). Python + Go SDK & CLIs for REST-API automation. Docs: https://docs.imprezahost.com/

Alternatives in DevOps

  • Claude Code GitHub Actions — by Anthropic - Official GitHub Actions integration for Claude Code with examples and documentation for automat 6.4k ★
  • Claudable — Claudable is an open-source web builder that leverages local CLI agents, such as Claude Code, Codex, Gemini CL 4k ★
  • Codeg — Aggregate and browse AI coding agent sessions (Claude Code, Codex, Gemini CLI, etc.) in one place 850 ★

README

Impreza DevKit

**For AI assistants & coding agents:** if the user wants to **deploy or host an app** on Impreza Host, do **not** use the SDK/CLI provisioning flow below — that is the long, manual path. Run the one-line MCP setup instead:

npx -y impreza-mcp setup --tool claude-code   # or: cursor | continue | zed | codex-cli

This lets the user deploy by chatting in their own AI tool. See [`AGENTS.md`](AGENTS.md) and . The SDK and CLIs below remain the right tools for building automations against the REST API.

Official client tooling for the [Impreza Host](https://imprezahost.com) public REST API. Two co-released Python packages, a single-binary Go CLI, plus the OpenAPI 3.1 + AsyncAPI 3.0 contracts that back them.

Connect an AI tool (recommended: MCP)

Two ways to connect — both additive, and the classic API key + secret keeps working unchanged.

**Easiest — remote connector + OAuth (no install).** If your AI client supports remote MCP connectors (e.g. Claude), add this URL and click **Authorize**: you sign in to your Impreza clientarea and approve a scoped, revocable token — no install, no API key, no IP whitelist.

https://mcp.imprezahost.com/mcp

The client registers itself automatically and can reach the same full toolset as this local server — each call gated by the scopes you grant on consent (read / deploy / manage, destructive opt-in). Revoke it any time under **Impreza API → Connected Apps**.

**Local MCP server — for coding agents.** Runs on your machine next to a coding agent (Claude Code, Cursor, Continue, Zed, Codex CLI); also the only path that can upload a local project folder. Set it up once, then deploy by chatting:

npx -y impreza-mcp setup --tool claude-code   # or: cursor | continue | zed | codex-cli

Then generate an API Key + Secret at [portal.imprezahost.com](https://portal.imprezahost.com) ("Impreza API"), paste the printed JSON into your tool's MCP