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
Available Tools
6 toolsdelete_appInspect
Delete an app and all its data. The name enters a 7-day quarantine period.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | App 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.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | App subdomain name (lowercase alphanumeric + hyphens, 1-63 chars) | |
| files | Yes | Map of filename to content string | |
| public | No | Make app publicly accessible (default: private with viewKey) | |
| version | No | Expected version for optimistic concurrency (CAS) | |
| rbac_roles | No | RBAC role definitions: { role_name: { permissions: [...], inherits: [...] } } | |
| enable_auth | No | Enable user registration/login for this app | |
| enable_files | No | Enable R2 file storage for this app | |
| database_tables | No | Database tables: { table_name: { column: 'TEXT'|'INTEGER'|'REAL'|'BLOB' } } | |
| rbac_default_role | No | Default role for new users |
get_appInspect
Get details of a specific app including URL, capabilities, and version.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | App name |
get_viewkeyInspect
Get the viewKey for a private app. Users need this to access the app.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | App name |
list_appsInspect
List all apps deployed with your API key.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
update_appInspect
Update app settings (e.g., toggle public/private) without full redeploy.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | App name | |
| public | No | Set public accessibility |
To claim this server, publish 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 server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!