Laravel Forge MCP server for managing servers, sites, and deployments
Laravel Forge MCP server for managing servers, sites, and deployments. The forge mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
A Model Context Protocol (MCP) server for interacting with Laravel Forge API. This server enables AI assistants to manage Laravel Forge servers, sites, and deployments.
Everything the assistant can do here goes through one of these:
list_servers — List all Laravel Forge serversget_server — Get details of a specific serverlist_sites — List all sites on a serverget_site — Get details of a specific sitedeploy_site — Deploy a siteget_deployments — Get deployment history for a siteget_deployment_script — Get the deployment script for a siteupdate_deployment_script — Update the deployment script for a sitetoggle_quick_deploy — Enable or disable quick deploy for a sitereboot_server — Reboot a serverget_server_load — Get server load metricsreset_deployment_state — Reset deployment state for a siteYou will need one environment variable: FORGE_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
You need a Laravel Forge API key to use this server. You can get one from your Laravel Forge account settings.
The server ships on npm as forge-mcp-server, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Forge's toolset — list_servers, get_server, list_sites and 11 more — is a fair guide to whether it matches your workflow. It is maintained by bretterer; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Forge's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| list_servers | List all Laravel Forge servers |
| get_server | Get details of a specific server |
| list_sites | List all sites on a server |
| get_site | Get details of a specific site |
| deploy_site | Deploy a site |
| get_deployments | Get deployment history for a site |
| get_deployment_script | Get the deployment script for a site |
| update_deployment_script | Update the deployment script for a site |
| toggle_quick_deploy | Enable or disable quick deploy for a site |
| reboot_server | Reboot a server |
| get_server_load | Get server load metrics |
| reset_deployment_state | Reset deployment state for a site |
| Prerequisites | You need a Laravel Forge API key to use this server. You can get one from your [Laravel Forge account settings](https://forge.laravel.com/user/profile#/api). |
| Setup | The Setup tool exposed by this server. |
{
"mcpServers": {
"forge-1": {
"command": "npx",
"args": ["-y", "forge-mcp-server"],
"env": {
"FORGE_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
You need a Laravel Forge API key to use this server. You can get one from your Laravel Forge account settings.
| Variable | Description | Required |
|---|---|---|
| FORGE_API_KEY | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.