mcp

Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

    Какие данные видит

    Нужен ли аккаунт

    Не нужен: сервер работает без входа

    Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.

    Список инструментов сервера (26)

    Технические названия из tools/list. Нужны только разработчикам.

    platform_infoDataEcho platform overview: what it can host, auth state of this connection, docs links. Call this first if unsure.
    request_login_codeStart sign-in: email a one-time code to the user. Follow with verify_login_code.
    verify_login_codeComplete sign-in with the emailed code. Returns the apiKey ONCE — configure it as the `Authorization: Bearer <key>` header of this MCP connection (and/or save to ~/.artifact/credentials for the CLI scripts). Never echo it into chat.
    publish_siteDeploy files to a live URL. No slug → create a NEW site (works without auth; anonymous sites expire in 24h — always show the user the claimUrl). With slug → UPDATE that site (complete snapshot: send ALL files). A Dockerfile in the files makes it a server-side app (auth required; listen on process.env.PORT; persist under /data; poll app_status). Total payload ≤ 8 MB — for bigger sites use the dataecho skill scripts.
    claim_siteMake a previously-anonymous site permanent under the authenticated account (requires auth + the claimToken from publish_site).
    list_sitesList all sites owned by the authenticated account.
    search_sitesFull-text search across the authenticated account's sites (names, metadata, and text content).
    get_siteFull details + current file manifest of an owned site.
    update_site_metadataPatch site settings without redeploying: viewer title/description, SPA mode, TTL, password (string sets, null removes).
    delete_sitePermanently delete an owned site. Irreversible — confirm with the user first.
    app_statusBuild/run status of a container app deployed via publish_site with a Dockerfile. Poll until status is `live` or `failed`.
    list_drivesList the authenticated account's private cloud drives.
    create_driveCreate a new private drive.
    drive_list_filesList files in a drive (by drive name or drv_… id), optionally under a path prefix.
    drive_read_fileRead a file from a drive. Text comes back as utf-8 `content`; binary as `contentBase64`. Files over 1 MB are refused (use the skill scripts).
    drive_write_fileWrite/overwrite one file in a drive (ETag-safe: pass ifMatch to assert the version you read, otherwise the current version is used automatically).
    drive_delete_fileDelete one file from a drive.
    drive_move_fileMove/rename a file inside a drive.
    drive_shareMint a scoped drive access token for another agent (perms read|write, optional path prefix + TTL like `7d`). The secret is returned ONCE.
    drive_tokensList active share tokens of a drive (secrets are never shown again).
    drive_revoke_tokenRevoke a drive share token.
    drive_historyVersion timeline of a drive (every write is a restorable version).
    drive_restoreRestore a drive to a prior version (commits a new version; nothing is lost).
    list_variablesList account variable NAMES (values are write-only — they are injected into proxy calls and container apps, never read back).
    set_variableCreate/update a write-only account secret (uppercase name). Injected as env vars into container apps and as ${VAR} into proxy calls. Optionally pin which upstream hosts may receive it.
    delete_variableDelete an account variable.
    mcp: подключить к Claude, ChatGPT, Cursor · Connectors.fun