How to Use the Laravel Forge MCP in Claude Code
Manage Laravel Forge servers and deploy code directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Laravel Forge MCP to Claude Code
Create your Vinkius account to connect Laravel Forge to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate deployments using the Claude Code MCP Server
The `deploy_site` tool triggers site deployments directly from your Claude Code command-line interface. SREs and terminal-bound developers can run this command to push updates without opening a web browser. It integrates directly into your existing terminal workflows. To verify the build succeeded, the agent calls `get_site` to pull the latest deployment logs. If a build step fails, you see the terminal output instantly, allowing you to debug and run the next step without friction.
Map live server infrastructure
The `list_servers` tool fetches details for all connected Forge droplets directly to your shell. The agent uses this list to let you select, query, or audit servers without typing long curl commands. You get instant visibility into your entire fleet. By pairing this with `get_server`, you can check the exact system state of any droplet. The agent retrieves resource metadata, IP addresses, and PHP versions, making it easy to troubleshoot server-level issues.
Audit active databases and background workers
The `list_databases` tool queries all active database schemas running on your target Forge server. The agent displays this list in your terminal, making it easy to verify database names before running migrations. No manual database connections required. To ensure background jobs are processing, `list_workers` retrieves the active queue configurations for your site. You can quickly see which queues are active and flag any missing workers that could block your application.
Set up Laravel Forge MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seelaravel-forge-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Laravel Forge transactions." It will automatically discover and invoke the available Laravel Forge tools.
claude mcp add --transport http laravel-forge-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Laravel Forge MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Laravel Forge MCP today
We host it, we monitor it, we maintain it. You just paste one token.