Laravel Forge MCP Server (Extended)
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FORGE_API_KEY | Yes | Your Laravel Forge API key |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_serversA | List all Laravel Forge servers |
| get_serverB | Get details of a specific server |
| get_server_loadA | Get server load metrics (CPU, memory, disk) |
| reboot_serverD | Reboot a server |
| list_sitesB | List all sites on a server |
| get_siteB | Get details of a specific site |
| create_siteC | Create a new site on a server |
| delete_siteB | Delete a site from a server |
| update_site_aliasesB | Update domain aliases for a site |
| deploy_siteC | Deploy a site |
| get_deploymentsC | Get deployment history for a site |
| get_deployment_scriptB | Get the deployment script for a site |
| update_deployment_scriptC | Update the deployment script for a site |
| toggle_quick_deployA | Enable or disable quick deploy (auto-deploy on git push) |
| reset_deployment_stateB | Reset deployment state for a site (useful if stuck) |
| install_git_repositoryB | Install a Git repository on a site |
| remove_git_repositoryB | Remove Git repository from a site |
| get_envB | Get the .env file contents for a site |
| update_envC | Update the .env file for a site |
| get_ssl_certificatesC | Get SSL certificates for a site |
| obtain_letsencrypt_certB | Obtain a Let's Encrypt SSL certificate |
| activate_ssl_certificateC | Activate an SSL certificate for a site |
| get_nginx_configB | Get the Nginx configuration for a site |
| update_nginx_configB | Update the Nginx configuration for a site |
| list_databasesB | List all databases on a server |
| create_databaseC | Create a new database on a server |
| delete_databaseB | Delete a database from a server |
| list_workersC | List queue workers for a site |
| create_workerB | Create a queue worker for a site |
| delete_workerB | Delete a queue worker |
| restart_workerC | Restart a queue worker |
| list_scheduled_jobsB | List scheduled jobs (cron) on a server |
| create_scheduled_jobB | Create a scheduled job (cron) on a server |
| delete_scheduled_jobC | Delete a scheduled job |
| list_daemonsB | List daemons on a server |
| create_daemonC | Create a daemon on a server |
| delete_daemonC | Delete a daemon |
| restart_daemonC | Restart a daemon |
| list_php_versionsA | List PHP versions installed on a server |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 39 tools
Each tool targets a specific resource and action (e.g., create, delete, list, get, update), with clear boundaries between site operations, server operations, databases, daemons, workers, and scheduled jobs. No two tools appear to serve overlapping purposes.
All tool names follow a consistent 'verb_noun' pattern using snake_case, with clear verbs like create, delete, list, get, update, deploy, reboot, etc. No mixing of conventions or ambiguous names.
With 39 tools, the server covers a broad range of Laravel Forge operations. While some subsets (e.g., site management) are extensive, the count is justified for the domain and not excessive. It is on the higher side but remains well-scoped.
The tool surface provides comprehensive CRUD and lifecycle coverage for servers, sites, databases, daemons, workers, scheduled jobs, and SSL. Minor gaps exist (e.g., no update for databases or daemons, no site logs), but core workflows are well-supported.