Wesza — Deploy & Manage Apps

Deploy and manage apps on your VPS from Claude, Cursor, or any MCP client.

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

Что умеет

  • List Apps: List all your deployed apps with status, URL, and framework.
  • Get App: Get full details for one app — status, URL, framework, server.
  • Deploy App: Deploy a new app from a GitHub repository URL.

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

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

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

Deploy and manage apps on your VPS from Claude, Cursor, or any MCP client. Ship a GitHub repo with one command, stream build logs, set env vars, restart apps, and let Wesza's AI auto-fix incidents — all without leaving your AI assistant.

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

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

list_appsList all your deployed apps with status, URL, and framework.
get_appGet full details for one app — status, URL, framework, server.
deploy_appDeploy a new app from a GitHub repository URL.
redeploy_appPull latest code and redeploy an existing app.
restart_appRestart a running app's process without pulling new code.
get_logsFetch recent runtime logs (stdout/stderr) from a deployed app.
set_env_varsSet or update environment variables. Changes apply on next redeploy.
get_env_varsList environment variable keys for an app (values are masked for security).
delete_env_varDelete a specific environment variable from an app.
delete_appDelete a deployed app. Irreversible — pass confirm=True to proceed.
list_serversList all your connected VPS servers and their status.
get_server_incidentsGet recent AI-resolved incidents and auto-fixes for a server.
add_domainSet a custom domain for an app (Builder plan or higher required).
get_usageGet plan usage — deploys used, AI fixes remaining, credit balance.
run_commandRun a whitelisted shell command on a server (e.g. run migrations, clear cache).