CodeZ

OpZero-sh/CodeZ
★ 0 stars TypeScript Browser/Web Updated today
Self-hosted web UI for Claude Code. Mobile-first, no API key required. MCP server with MCPAuthKit OAuth lets Claude chat orchestrate Claude Code sessions from iOS, desktop, and web.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codez": {
      "command": "npx",
      "args": [
        "-y",
        "OpZero-sh/CodeZ"
      ]
    }
  }
}

README Excerpt

Self-hosted web UI for Claude Code. Drive AI-assisted development sessions from your phone, tablet, or any browser — no API key required. > **Runtime requirement:** CodeZ requires [Bun](https://bun.sh) (v1.0+). The server and CLI are TypeScript executed directly by Bun — no Node.js transpile step. Install Bun before installing CodeZ: `curl -fsSL https://bun.sh/install | bash`

Tools (14)

AUTHKIT_URLCODEZ_HOSTCODEZ_MCP_PORTCODEZ_MCP_URLCODEZ_PORTabort_sessioncreate_sessionget_observabilityget_sessionlist_projectspoll_eventsrespond_permissionsearch_sessionssend_prompt