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 |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
- 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/OBSTechnologies/forge-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server