Skip to main content
Glama
114,452 tools. Last updated 2026-04-21 12:55
  • Get the Slidev syntax guide: how to write slides in markdown. Returns the official Slidev syntax reference (frontmatter, slide separators, speaker notes, layouts, code blocks) plus built-in layout documentation and an example deck. Call this once to learn how to write Slidev presentations.
    Connector
  • Update an outgoing webhook for an app. Even if you do not want to change one of the parameters, you still have to provide that parameter as well: simply use its existing value.
    Connector
  • Deploy a full-stack web app. Creates or redeploys an app with static files, optional database, file storage, user auth, and RBAC. Supports BYO (Bring Your Own) integrations — after deploy, use set_secret to attach third-party API keys (Stripe, Resend, Neon, etc.) and the app can proxy requests through them securely. Returns a live URL.
    Connector
  • Install one or more npm packages in an app. Updates package.json and runs npm install inside the container. Use get_install_status to poll for completion.
    Connector
  • Suggest Apple-native features for an app based on its domain or description. Returns a ranked list of features with recommended surfaces (intent, widget, view), estimated complexity, and a one-line description for each. Use this to discover what Axint can generate for an app before calling axint.feature. No files written, no network requests, no side effects.
    Connector
  • DESTRUCTIVE: Delete a file or directory in an app. Directories are deleted recursively. Cannot delete package.json or node_modules. You MUST confirm with the user before deleting directories.
    Connector

Matching MCP Servers

Matching MCP Connectors

  • Attach a custom domain to an app. Returns DNS instructions (CNAME + TXT records) for verification. Requires Hobby tier or above.
    Connector
  • 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.
    Connector
  • Delete an app from Bitrise. When deleting apps belonging to multiple workspaces always confirm that which workspaces' apps the user wants to delete.
    Connector
  • Deletes the team account plus all projects and vaults. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
    Connector
  • Get the Git clone URL and authentication instructions for an app. Use this to help users set up local development with Git push-to-deploy.
    Connector
  • Execute a single dry run against a version. Tests how rules evaluate given input facts without side effects. Example input: { "facts": { "payment_amount": 100000, "customer_tier": "VIP" } } Always dry-run before publishing to validate rule behavior.
    Connector
  • Remove an npm package from an app. Updates package.json and runs npm install to clean up node_modules. Use get_install_status to poll for completion.
    Connector
  • Claim ownership of an agent-deployed app using its claim code. Transfers the app from the deploying agent to your account.
    Connector
  • Compute belonging probability — a psychometric measure of person-to-role fit — for a specific person and job pairing. Use this when you need to evaluate how well someone would thrive in a specific role. Returns three components (authenticity, acceptance, complementarity) and an overall tier label. x402 micropayment: $0.05/call.
    Connector
  • Create or update a file in an app. Parent directories are created automatically. Maximum content size: 1MB. The app will auto-restart when files change.
    Connector
  • List the files and directories at a specific version (commit) of an app. Use list_versions to get a valid commit hash.
    Connector
  • Read the content of a specific file at a past version of an app. Use list_versions to get a commit hash and get_version_files to browse available files.
    Connector
  • Connect an agent to Slack. Returns an OAuth install URL to authorize in your browser (Slack requires interactive OAuth).
    Connector
  • Get deployment history and version info for an app. Returns the current version, available rollback versions, and deploy trail entries.
    Connector
  • Evaluate a prompt or text against ThinkNEO guardrail policies before sending it to an AI provider. Returns risk assessment, violations found, and recommendations. Requires authentication.
    Connector
  • Analyzes an Android project's source code for security vulnerabilities. Accepts project files (AndroidManifest.xml, build.gradle, Java/Kotlin sources, XML configs) and returns a structured security report with findings, severity scores, and recommendations.
    Connector
  • List the commit history (version snapshots) for an app. Returns commits in reverse chronological order with their hash, date, and message. Use the hash with other version tools to inspect or restore past states.
    Connector
  • Rename or move a file or directory in an app. Cannot rename protected paths (package.json, node_modules, .git).
    Connector
  • Deletes a project and its vaults. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
    Connector
  • Deletes a code vault and related analysis data. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
    Connector
  • Get the real-time Docker service status for an app: replica count, whether it is running, and health check status.
    Connector
  • List the npm packages currently installed in an app (from package.json) along with the configured Node.js version.
    Connector
  • Returns the team owner account information. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
    Connector
  • Lists vaults within a project. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
    Connector
  • Get recent deploy logs and operational events for an app. Includes deploy successes, failures, rollbacks, and errors.
    Connector
  • Lists all projects for the authenticated team. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
    Connector
  • Creates a project for a team user. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
    Connector
  • Issues a fresh integrator API key. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
    Connector
  • Returns a specific vault by id. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
    Connector
  • Returns a specific project by id. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
    Connector
  • Update an app. Only app_slug is required, add only fields you wish to update
    Connector
  • Get console output (stdout + stderr) for an app. Useful for debugging runtime errors.
    Connector
  • List the contents of a directory in an app. Returns file names, types (file/directory), and sizes.
    Connector