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

6 tools
delete_appInspect

Delete an app and all its data. The name enters a 7-day quarantine period.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesApp name to delete
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
get_appInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesApp name
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

update_appInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesApp name
publicNoSet public accessibility

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.