mcp-cloud-deploy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| deploy_to_vercelA | Deploy a project to Vercel (frontend, fullstack, or API). Supports Next.js, Vite, Nuxt, SvelteKit, and more. Requires a Vercel API token. |
| deploy_to_railwayA | Deploy a project to Railway with optional database plugins (PostgreSQL, Redis, MongoDB). Railway handles the full stack. Requires a Railway API token. |
| provision_neon_databaseA | Create a serverless PostgreSQL database on Neon. Supports schema application and migration commands. Requires a Neon API key. |
| provision_mongodbA | Create a MongoDB Atlas cluster with database and user. Supports free tier (M0) through dedicated clusters. Requires MongoDB Atlas API keys (public + private). |
| deploy_docker_localA | Deploy the project locally using Docker/Docker Compose. Auto-generates Dockerfile and docker-compose.yml. Can include PostgreSQL, MongoDB, and Redis containers. Requires Docker to be installed and running. |
| deploy_localA | Start the project locally as a native development server. Auto-detects project type (Node.js, Python, Go, Rust) and runs the appropriate dev command. Handles dependency installation, migrations, and seeding. |
| orchestrate_deployA | Orchestrate a full-stack deployment combining multiple services. Targets: vercel+neon, vercel+mongodb, railway-fullstack, docker-local, local. Provisions databases and deploys apps with all environment variables connected automatically. |
| check_deploy_prerequisitesA | Check which deployment CLIs are installed and available. Shows status of: vercel, railway, neonctl, atlas, docker, docker-compose, git, node, npm. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fallegri/mcp-deploy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server