Laravel Forge Connector for AI agents.
9 live capabilities
Manage Laravel deployments and server infrastructure through your chat interface.
Waiting for input…
Why people use Laravel Forge
Laravel Forge for Automated Web Deployments
This Connector lets you do all of that without leaving your chat window. You can ask your agent to check your workers or list your servers, and it handles the API calls for you. You get a unified way to manage your infrastructure while staying focused on your code.
What Vinkius changes
You get a chat-based interface for your entire Laravel Forge infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking a hanging worker
A developer notices a background job is stuck.
- Real-world use case 02
Inventorying a droplet
An admin needs to know how many sites are on a specific server.
- Real-world use case 03
Hotfix deployment
A lead dev needs to push a quick fix to staging.
Complete set · 9capabilities
The complete Laravel Forge capability set.
These are the exact actions your AI can choose when you ask it to work with Laravel Forge.
01—03
3 capabilities in this set.
Part of 9 available through Laravel Forge.
- 01 Capability
List recipes
Retrieve available custom shell recipes within your organizational team limits. See what automation is ready.
- 02 Capability
List servers
Retrieve the master list of all connected Forge servers. This gives you a full fleet overview.
- 03 Capability
List sites
List websites mounted to a specific server. Use this to see all sites hosted on a single droplet.
04—06
3 capabilities in this set.
Part of 9 available through Laravel Forge.
- 04 Capability
List workers
Retrieve queue worker configurations executing on a tracked site. Check if your jobs are actually being processed.
- 05 Capability
Get site
Look up specifics for an exact site layout on a server. This helps you quickly verify site configurations.
- 06 Capability
List databases
List active databases mounted on a Forge server. Use this to check your DB cluster connections.
07—09
3 capabilities in this set.
Part of 9 available through Laravel Forge.
- 07 Capability
List ssh keys
Retrieve active physical access keys inserted on the root server. This is great for security audits.
- 08 Capability
Deploy site
Command a deployment script queue to execute on a repository site. Trigger your updates directly from chat.
- 09 Capability
Get server
Retrieve detailed data on a specific server droplet. Get the exact specs for a single node.
Set up in minutes
One URL. Then ask Laravel Forge to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Laravel Forge from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_jzfomuWEBzKK0YLd7YZ2kG9qG8ViIw2W2udigts6/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Laravel Forge, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Laravel Forge for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_jzfomuWEBzKK0YLd7YZ2kG9qG8ViIw2W2udigts6/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Laravel Forge URL.
- Step 03
Save and start
Save the connection and enable Laravel Forge in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"laravel-forge": {
"url": "https://edge.vinkius.com/vk_preview_jzfomuWEBzKK0YLd7YZ2kG9qG8ViIw2W2udigts6/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Laravel Forge
Open Agent mode in chat and ask: "Using Laravel Forge, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"laravel-forge": {
"url": "https://edge.vinkius.com/vk_preview_jzfomuWEBzKK0YLd7YZ2kG9qG8ViIw2W2udigts6/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Laravel Forge
Ask Copilot: "Using Laravel Forge, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"laravel-forge": {
"url": "https://edge.vinkius.com/vk_preview_jzfomuWEBzKK0YLd7YZ2kG9qG8ViIw2W2udigts6/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Laravel Forge
Open Cascade and ask: "Using Laravel Forge, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"laravel-forge": {
"url": "https://edge.vinkius.com/vk_preview_jzfomuWEBzKK0YLd7YZ2kG9qG8ViIw2W2udigts6/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Laravel Forge
Ask Cline: "Using Laravel Forge, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add laravel-forge --transport http "https://edge.vinkius.com/vk_preview_jzfomuWEBzKK0YLd7YZ2kG9qG8ViIw2W2udigts6/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Laravel Forge
Ask Claude: "Using Laravel Forge, show me...". 9 tools are ready
Where the request belongs
Work Laravel Forge can move forward.
This is for the DevOps engineer who's tired of clicking through nested dashboards at 2am to find a failing worker or the lead dev who needs to audit SSH keys across a fleet without manual searching.
DevOps Engineer
Manages deployments and server health via chat during sprint reviews.
Lead Developer
Checks worker metadata and SSH keys to ensure environment security.
System Administrator
Audits physical networks and server statuses without writing manual shell scripts.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNetlify
Manage your Netlify sites and deployments via the Netlify API. list sites, trigger builds, and monitor forms directly from any AI agent.
Vercel
Manage Vercel deployments, projects and domains via API. inspect builds, track deployments, manage env vars and domains from any AI agent.
Render
Automate your PaaS infrastructure via Render. list your services, deploy code, check logs, and scale resources directly from any AI agent.
Craft CMS (Craftnet)
Equip your AI agent to manage plugins, licenses, and sales directly via the Craftnet (Craft CMS) API.
Coolify
Manage self-hosting via Coolify. monitor servers, deploy applications, manage databases, and trigger builds directly from any AI agent.
Baota Panel / 宝塔面板 API
Leading server management panel in China. manage websites, databases, and system resources via AI.
Bring your own AI
Change the model, client or framework. Keep Laravel Forge connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Laravel Forge.
The practical details behind the request, access and result.
Can I use Laravel Forge MCP to manage my production servers?
Yes, it connects directly to your Laravel Forge account. You can manage production environments, check server health, and run deployments through your chat interface.
Does Laravel Forge MCP support site deployments?
Yes, it can trigger deployment scripts for your repository sites. This allows you to push updates to staging or production using simple chat commands.
How do I connect Laravel Forge MCP to my AI agent?
You just need to subscribe to the endpoint and provide your Laravel Forge API token. Once connected to your client like Claude or Cursor, you can start asking questions.
Can I check my database clusters with Laravel Forge MCP?
Yes, the Connector can list all active databases mounted on your Forge servers, making it easy to verify your database configurations without leaving your chat.
Is Laravel Forge MCP safe for my SSH keys?
Yes, it retrieves the keys from your existing Forge account. It's a secure way to audit which physical access keys are active on your root servers.
How do I get started?
Subscribe, copy your active API Token (which you generate inside Forge Dashboard → API), and connect it. The integration expects standard connections so you can trigger real build routines natively without intricate pipelines or ssh logic.
Can my AI automatically trigger site deployments?
Yes! Give the agent the Server ID and Site ID you're questioning. It utilizes deploy_site to physically POST to Forge's pipelines kicking off an automated release. Perfect for hands-free releases right from Cursor.
What happens when I want to fetch metrics on queued application workers?
Provide the exact IDs. The capability evaluates endpoint rules (list_workers) and unpacks default configurations running PHP queues natively back to the terminal screen.
Does it list physical server setups efficiently?
Absolutely. Execute 'list_servers' or probe 'list_ssh_keys'. It aggregates root connection statuses, IPs, and structural records giving immense monitoring peace-of-mind at the keyboard.
One connection away
Give your agent a direct line to Laravel Forge.
Connect Laravel Forge once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available