Skip to main content
Glama

Server Details

Deploy full-stack web apps with database, file storage, auth, and RBAC via a single API call.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

12 tools
claim_deploymentInspect

Claim ownership of an agent-deployed app using its claim code. Transfers the app from the deploying agent to your account.

ParametersJSON Schema
NameRequiredDescriptionDefault
claim_codeYesThe 8-character claim code (format: XXXX-XXXX) provided by the deploying agent
create_appInspect

Create an app entry without deploying files. Reserves the name and sets initial configuration. Use deploy_app later to push files.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesApp subdomain name (lowercase alphanumeric + hyphens, 3-63 chars)
publicNoMake app publicly accessible (default: false)
enable_authNoEnable user registration/login for this app
enable_filesNoEnable R2 file storage for this app
database_tablesNoDatabase tables to provision: { table_name: { column: 'TEXT'|'INTEGER'|'REAL'|'BLOB' } }
create_custom_domainInspect

Attach a custom domain to an app. Returns DNS instructions (CNAME + TXT records) for verification. Requires Hobby tier or above.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesApp name to attach the domain to
hostnameYesCustom domain hostname (e.g., "app.example.com")
deploy_appInspect

Deploy a full-stack web app. Creates or redeploys an app with static files, optional database, file storage, user auth, and RBAC. Returns a live URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesApp subdomain name (lowercase alphanumeric + hyphens, 1-63 chars)
filesYesMap of filename to content string
publicNoMake app publicly accessible (default: private with viewKey)
versionNoExpected version for optimistic concurrency (CAS)
rbac_rolesNoRBAC role definitions: { role_name: { permissions: [...], inherits: [...] } }
enable_authNoEnable user registration/login for this app
enable_filesNoEnable R2 file storage for this app
database_tablesNoDatabase tables: { table_name: { column: 'TEXT'|'INTEGER'|'REAL'|'BLOB' } }
rbac_default_roleNoDefault role for new users
deploy_previewInspect

Deploy an ephemeral preview of an app. The preview auto-expires after the specified TTL (default: 1 hour, max: 24 hours). Returns a unique preview URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
ttlNoPreview lifetime in seconds (default: 3600, max: 86400)
nameYesBase app name for the preview
filesYesMap of filename to content string
get_appInspect

Get details of a specific app including URL, capabilities, and version.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesApp name
get_deploymentInspect

Get deployment history and version info for an app. Returns the current version, available rollback versions, and deploy trail entries.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesApp name
limitNoMax number of deploy trail entries to return (default: 20, max: 100)
get_logsInspect

Get recent deploy logs and operational events for an app. Includes deploy successes, failures, rollbacks, and errors.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesApp name
limitNoMax log entries to return (default: 50, max: 200)
get_viewkeyInspect

Get the viewKey for a private app. Users need this to access the app.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesApp name
list_appsInspect

List all apps deployed with your API key.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

set_secretInspect

Store a proxy secret (third-party API key) for an app. The secret is used for BYO integrations where the app proxies requests through AgentBuilders. Secret values are never returned in responses.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesApp name to attach the secret to
secret_nameYesSecret identifier (alphanumeric + dashes/underscores, max 64 chars)
secret_valueYesThe secret value (e.g., API key). Stored securely, never returned.
allowed_domainsNoRestrict the secret to these target domains (e.g., ["api.openai.com"])
update_appInspect

Update app settings (e.g., toggle public/private) without full redeploy.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesApp name
publicNoSet public accessibility

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Last verification attempt failed.

Failed to fetch .well-known/glama.json: HTTP 401

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.