Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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