mcpbeat

Laravel Forge MCP Server

io.usefulapi/laravel-forge
not responding

Laravel Forge is listed as active in the registry but did not answer our last check. It exposes 17 tools. Last commit 1 Aug 2026.

Manage Laravel Forge servers, sites, and deployments from your AI assistant.

Uptime history 40 hours of history · worst hour 0%
40 hours agonow
38.5%
Uptime 24h
35 of 91 checks
17
Tools
read from the server
168 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add laravel-forge --transport http https://laravel-forge.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "laravel-forge": {
      "url": "https://laravel-forge.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.laravel-forge]
url = "https://laravel-forge.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "laravel-forge": {
      "url": "https://laravel-forge.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "laravel-forge": {
      "url": "https://laravel-forge.usefulapi.io/mcp"
    }
  }
}

Available tools 17

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

forge
forge_deploy_site
⚠️ Triggers a new deployment of the site (runs the deployment script). Returns the created deployment. Forge v2: POST /orgs/{organization}/servers/{server}/sites/{site}/deployments.
forge_get_current_user
Get the authenticated Forge user. Forge v2: GET /user.
forge_get_deployment
Get a single deployment's details. Forge v2: GET /orgs/{organization}/servers/{server}/sites/{site}/deployments/{deployment}.
forge_get_deployment_log
Get a deployment's output/log. Forge v2: GET /orgs/{organization}/servers/{server}/sites/{site}/deployments/{deployment}/log.
forge_get_deployment_status
Get the current deployment status for a site. Forge v2: GET /orgs/{organization}/servers/{server}/sites/{site}/deployments/status.
forge_get_server
Get a single server's details. Forge v2: GET /orgs/{organization}/servers/{server}.
forge_get_site
Get a single site's details (org-level lookup — no server id needed). Forge v2: GET /orgs/{organization}/sites/{site}.
forge_get_site_env
Get a site's .env file content. ⚠️ Returns SENSITIVE config (secrets, DB credentials, API keys). Forge v2: GET /orgs/{organization}/servers/{server}/sites/{site}/environment.
forge_list_databases
List database schemas on a server. Forge v2: GET /orgs/{organization}/servers/{server}/database/schemas.
forge_list_deployments
List a site's deployment history. Forge v2: GET /orgs/{organization}/servers/{server}/sites/{site}/deployments.
forge_list_monitors
List server monitors (CPU/disk/etc.). Forge v2: GET /orgs/{organization}/servers/{server}/monitors.
forge_list_organizations
List organizations you belong to. Call this FIRST to get the organization id used by nearly every other tool. Forge v2: GET /orgs.
forge_list_scheduled_jobs
List cron/scheduled jobs on a server. Forge v2: GET /orgs/{organization}/servers/{server}/scheduled-jobs.
forge_list_server_events
List provisioning/activity events for a server. Forge v2: GET /orgs/{organization}/servers/{server}/events.
forge_list_servers
List servers in an organization. Call forge_list_organizations first to get the organization id. Forge v2: GET /orgs/{organization}/servers.
forge_list_sites
List sites hosted on a server. Forge v2: GET /orgs/{organization}/servers/{server}/sites.
forge_run_site_command
⚠️ Runs an arbitrary shell command in the site's directory on the server. Use with care. Forge v2: POST /orgs/{organization}/servers/{server}/sites/{site}/commands.

Endpoints

URLTransportStateLatencyChecked
https://laravel-forge.usefulapi.io/mcp streamable-http answering 45 ms 11 min ago

Laravel Forge — questions

Answers built from our own checks of this server.

What can Laravel Forge do?
It exposes 17 tools, read directly from the server on our last check. Among them: forge_deploy_site, forge_get_current_user, forge_get_deployment, forge_get_deployment_log, forge_get_deployment_status, forge_get_server and 11 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Laravel Forge working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 35 of 91 checks got a reply (38.5%), average response time 168 ms. The bar chart above shows every period we have measured.
The registry lists Laravel Forge as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Laravel Forge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Laravel Forge need an API key?
No. Laravel Forge completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 17 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Laravel Forge?
It answers our handshake in 168 ms on average, which is faster than 69% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Laravel Forge open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.