laravel-forge-mcp

stoph/laravel-forge-mcp
★ 0 stars TypeScript AI/LLM Updated today
Standalone stdio MCP server for the current v2 Laravel Forge API.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "laravel-forge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stoph/laravel-forge-mcp"
      ]
    }
  }
}

README Excerpt

Standalone **stdio MCP server** for the current Laravel Forge API (org-scoped). It loads Forge’s official OpenAPI document and exposes discovery plus `call_operation` so an agent can use the full API without one hand-written tool per endpoint. No Composer/npm dependency in your app repos. Point any MCP client at this process.

Tools (10)

LARAVEL_FORGE_API_TOKENLARAVEL_FORGE_MCP_CWDLARAVEL_FORGE_MCP_EXPOSE_SECRETSLARAVEL_FORGE_MCP_READ_ONLYLARAVEL_FORGE_MCP_VERBOSE_ERRORScall_operationget_operationlist_organizationslist_tagssearch_operations

Topics

forgelaravelmcp