MCP Server for Clue2App - Deploy apps from AI coding assistants
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"clue2app-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Clue2App MCP Server MCP (Model Context Protocol) server for Clue2App, enabling AI coding assistants like Claude Code to deploy applications directly. ## Features - **Seamless Deployment**: Deploy apps from within your AI assistant conversation - **Project Management**: Create and switch between projects - **App Lifecycle**: Create, rebuild, delete applications - **Monitoring**: Check build status, view logs, get runtime info - **Custom Domains**: Register domains, assign apex (`@`) and subdomains, manage TLS — all via CLI proxy ## Installation ```bash pip install clue2app-mcp ``` ## Configuration ### Claude Code Add to your `~/.claude/claude_code_config.json`: ```json { "mcpServers": { "clue2app": { "command": "clue2app-mcp", "args": [] } } } ``` ### Claude Desktop Add to your Claude Desktop config: ```json { "mcpServers": { "clue2app": { "command": "python", "args": ["-m", "clue2app_mcp.server"] } } } ``` ## Prerequisites 1. Install and authenticate with Clue2App CLI: ```bash pip install clue2app-cli c2a login ``` 2. Set up a project context: ```bash c2a project create MyProject # namespace is auto-generated c2a project use MyProject ``` ## Available Tools ### Auth & Projects | Tool | Description | |------|-------------| | `c2a_auth_status` / `c2a_status` | Check authentication and active project | | `c2a_login` | Open browser login | | `c2a_list_projects` | List all projects | | `c2a_use_project` | Switch active project | | `c2a_create_project` | Create a new project | | `c2a_show_project` | Show project details | ### Apps | Tool | Description | |------|-------------| | `c2a_list_apps` | List apps in current project | | `c2a_get_app` | Get app details (URL, status, image) | | `c2a_create_app` | Deploy a new app from a Git repo | | `c2a_rebuild_app` | Trigger a build | | `c2a_restart_app` | Restart the app (new revision) | | `c2a_delete_app` | Delete an app | | `…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.