Skip to main content
Glama

Server Details

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

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updates
    • Changedset_secret3 fields changed
      • changedInput schema / properties / allowed_domains / description
        Previous value: -"Restrict the secret to these target domains (e.g., [\"api.openai.com\"])"New value: +"Restrict the secret to these target domains. Usually auto-detected from the secret name (e.g., STRIPE_* auto-allows api.stripe.com). Override only if needed."
      • changedInput schema / properties / secret_name / description
        Previous value: -"Secret identifier (alphanumeric + dashes/underscores, max 64 chars)"New value: +"Secret identifier — use the service convention: STRIPE_SECRET_KEY, RESEND_API_KEY, NEON_DATABASE_URL, SENTRY_DSN, POSTHOG_API_KEY, CLERK_SECRET_KEY, OPENAI_API_KEY, GITHUB_TOKEN (alphanumeric + dashes/underscores, max 64 chars)"
      • changedInput schema / properties / secret_value / description
        Previous value: -"The secret value (e.g., API key). Stored securely, never returned."New value: +"The secret value (e.g., sk_live_..., re_...). Stored securely, never returned."
    • Addedverify_integration
  2. 8 tool updates
    • Addedclaim_deployment
    • Addedcreate_app
    • Addedcreate_custom_domain
    • Removeddelete_app
    • Addeddeploy_preview
    • Addedget_deployment
    • Addedget_logs
    • Addedset_secret
  3. 6 tool updates
    • First observeddelete_app
    • First observeddeploy_app
    • First observedget_app
    • First observedget_viewkey
    • First observedlist_apps
    • First observedupdate_app

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Deploys full-stack projects to EdgeOne Makers and returns publicly accessible URLs, with support for authentication and automatic project naming.
    1
    77
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Every tool has a clearly distinct purpose with no ambiguity. For example, create_app reserves an app name without deploying, while deploy_app actually deploys files; get_app retrieves app details, while get_deployment focuses on version history; and set_secret stores API keys, while verify_integration tests connectivity. The descriptions clearly differentiate overlapping concepts like deployment and previews.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case throughout. Examples include claim_deployment, create_app, deploy_app, get_app, list_apps, update_app, set_secret, and verify_integration. This uniformity makes the toolset predictable and easy for agents to understand and navigate.

Tool Count5/5

With 13 tools, the count is well-scoped for the server's purpose of app deployment and management. Each tool earns its place by covering distinct aspects like app creation, deployment, configuration, monitoring, and integration handling. This provides comprehensive coverage without being overwhelming or insufficient for the domain.

Completeness5/5

The toolset offers complete CRUD/lifecycle coverage for app deployment and management. It includes creation (create_app), deployment (deploy_app, deploy_preview), retrieval (get_app, list_apps, get_deployment, get_logs, get_viewkey), update (update_app), and deletion (implied via deployment management). It also covers advanced features like custom domains, secret management, and integration verification, leaving no obvious gaps for agent workflows.

Resources