Skip to main content
Glama
citizenteam

Citizen Deployment MCP Server

by citizenteam

deploy_from_git

Deploy applications from git repositories to the Citizen platform by providing a git URL and app name, then monitor build status and logs for completion or error resolution.

Instructions

Deploy application from git repository (requires member+ role). Use when user provides a git URL. After deployment starts, ALWAYS monitor with get_deployment_status until completion. If build fails, read logs to understand error and fix accordingly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_nameYesApplication name (must be one of the apps from list_apps)
git_urlYesGit repository URL (e.g., https://github.com/user/repo.git)
git_branchNoGit branch (default: main)
builderNoBuild system - use "auto" unless specific builder needed. "dockerfile" requires Dockerfile in repo. (default: auto)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/citizenteam/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server