Laravel Forge MCP Server
Manage Laravel Forge servers and sites using the Forge API.
Laravel Forge MCP Server
Mininum build to solve just one problem.
To build the MCP server, run:
npm install && npm run build
This will compile the typescript files and produce a build directory plus it will output the json you can copy/paste into your MCP client (Claude Desktop, Windsurf, Cursor, etc.)
If all things go well, this will produce an output similar to this:
{ "mcpServers": { "laravel-forge-mcp-server": { "command": "npx", "args": [ "path/to/your/laravel-forge-mcp-server/build/bin.js" ], "env": { "FORGE_API_KEY": "", "FORGE_SERVER_ID": "", "FORGE_SITE_ID": "" } } } }
Register an account at Laravel Forge
Sharing
If you have found value in this service please share it on social media. You can tag me @jordandalton on X, or jdcarnivore on Reddit.
Servidores relacionados
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
browser-devtools-mcp
A Playwright-based MCP server that exposes a live browser as a traceable, inspectable, debuggable and controllable execution environment for AI agents.
Iris
MCP-native agent evaluation and observability server with trace logging, output quality evaluation, cost tracking, 12 built-in eval rules, real-time dashboard, and PII detection
Wordware
Run your Wordware apps locally with an interactive setup.
Synth MCP
Access financial data like stock prices, currency info, and insider trading data using the Synth Finance API.
Grafana
Search dashboards, investigate incidents and query datasources in your Grafana instance
OpenAPI to MCP Server
A server that converts OpenAPI specifications into the Model Context Protocol (MCP).
MCP LLaMA
An MCP server with weather tools and LLaMA integration.
Tauri MCP Server
A server for testing and interacting with Tauri v2 applications, providing tools for process management, window manipulation, and debugging.
Everything MCP Server
A test server that demonstrates all features of the MCP protocol, including prompts, tools, resources, and sampling.
CodeGraphContext
An MCP server that indexes local code into a graph database to provide context to AI assistants.