Swigs Cloud MCP server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SWC_TOKEN | Yes | Required API token from your Swigs Cloud console. | |
| SWC_API_URL | No | Base API URL. Defaults to https://swigs.cloud/api. | https://swigs.cloud/api |
| SWC_SUBDOMAIN_BASE | No | Base domain for subdomains. Defaults to swigs.cloud. | swigs.cloud |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| deployA | Create a new project on Swigs Cloud and put it online over HTTPS, hosted in Switzerland. Two ways to provide the code, use exactly one: |
| update_siteA | Replace the content of a project you already deployed and build the new version. The address does not change and no new project is created, so it does not use up a slot of your quota. Prefer it over calling |
| list_projectsA | List your Swigs Cloud projects: name, state, address and identifier. |
| project_statusA | State of one project. |
| logsA | Build log of the latest deployment. Call it when |
| redeployA | Build and deploy the project again from its current source. Use it after fixing something in the repository, or to retry a failed build. The address does not change. |
| set_envA | Set or remove environment variables on a project, then redeploy so they take effect. Variables you do not mention are kept; an empty value removes one. Never returns the values, only the names. |
| delete_projectA | Permanently delete a project: the site goes offline, its address is released and its data is destroyed. This cannot be undone. Ask the user to confirm before calling it. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |