Using Laravel Boost With DDEV — DeepSeek Tips & Insights
    Neura MarketNeura Market/DeepSeek
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsGamesBlogVideosGuidesCoursesCommunityTrending
    DeepSeekBlogUsing Laravel Boost With DDEV
    Back to Blog
    Using Laravel Boost With DDEV
    laravel

    Using Laravel Boost With DDEV

    Russell Jones February 10, 2026
    0 views

    Set up Laravel Boost as an MCP server inside DDEV, with a WSL configuration for Windows users.

    Ahnii!

    Laravel Boost is an official MCP server that gives AI coding agents deep context about your Laravel application — routes, schema, logs, config, and more. If you develop with DDEV, Boost runs inside the container, and your editor just needs to know how to reach it.

    This post covers the standard DDEV setup and the extra step needed for WSL.

    Prerequisites

    • A Laravel project running in DDEV
    • An editor that supports MCP (Cursor, VS Code with Copilot, Claude Code, etc.)

    Install Boost

    From your project root:

    ddev composer require laravel/boost --dev
    ddev artisan boost:install
    

    The install command generates guideline and skill files for your chosen AI agent. You can add these generated files to .gitignore since boost:install recreates them.

    Configure the MCP Server

    Standard Setup (Linux / macOS)

    Create a .mcp.json in your project root:

    {
        "mcpServers": {
            "laravel-boost": {
                "command": "ddev",
                "args": [
                    "artisan",
                    "boost:mcp"
                ]
            }
        }
    }
    

    That's it. DDEV provides ddev artisan as a shorthand for ddev exec php artisan, so the config stays minimal. It runs boost:mcp inside the container and exposes it over stdio to your editor.

    WSL Setup (Windows)

    If your editor runs on Windows but your DDEV project lives in WSL, the editor can't call ddev directly. Wrap the command with wsl.exe and point cwd to the WSL project path:

    {
        "mcpServers": {
            "laravel-boost": {
                "command": "wsl.exe",
                "args": [
                    "ddev",
                    "artisan",
                    "boost:mcp"
                ],
                "cwd": "/home/your-user/dev/your-project"
            }
        }
    }
    

    wsl.exe bridges from Windows into your default WSL distro, where ddev is available on the PATH. The cwd tells it which directory to run from so DDEV picks up the right project.

    If you use a non-default distro, add -d your-distro before ddev in the args array.

    Verify It Works

    Open your editor and ask the AI agent something project-specific, like "What routes does this app have?" or "Show me the database schema." If Boost is connected, the agent will use its tools to answer from your actual application state instead of guessing.

    You can also check the available tools directly. In Claude Code:

    claude mcp list
    

    You should see laravel-boost with its 15+ tools listed.

    Keeping Boost Updated

    When you update Laravel or your dependencies:

    ddev composer update laravel/boost
    ddev artisan boost:update
    

    Or add boost:update to your Composer post-update-cmd scripts to automate it.

    Baamaapii

    Tags

    laravelddevmcpai

    Comments

    More Blog

    View all
    Five Gemma-4 models, one accelerator: what porting E2B 31B to AWS Inferentia2 taught megemma

    Five Gemma-4 models, one accelerator: what porting E2B 31B to AWS Inferentia2 taught me

    I ported the whole Gemma-4 family — E2B, E4B, 12B, 31B, and the 26B-A4B MoE — to run on...

    X
    xbill
    Hey DEV, I'm Tobore. Let's actually connect.community

    Hey DEV, I'm Tobore. Let's actually connect.

    Hey DEV, I'm Tobore. Let's actually connect. I've been on here for a while now, mostly writing and...

    L
    Laurina Ayarah
    I burned through thousands of AI tokens. Then a friend did it for freeai

    I burned through thousands of AI tokens. Then a friend did it for free

    (yep, kinda clickbait, just for the funsies 😊) At the beginning of the year, I relaunched my...

    P
    Paulo Henrique
    Claude might be saturating your machineai

    Claude might be saturating your machine

    My laptop was sitting idle with the fan at full tilt. Nothing was running that I knew of. The culprit...

    S
    Sidhant Panda
    Automated GitHub Code Reviews Using Google Geminigithubactions

    Automated GitHub Code Reviews Using Google Gemini

    I Built a Thing! TL;DR — Google Gemini-based Pull Request reviews and Issue Triaging for...

    D
    Darren "Dazbo" Lester
    What is an "agentic harness," actually?ai

    What is an "agentic harness," actually?

    I've been hearing the word "harness" thrown around a lot lately. I assumed it just meant "the IDE" or...

    T
    Tilde A. Thurium

    Stay up to date

    Get the latest DeepSeek prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for DeepSeek and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.

    Neura Market

    Custom AI Systems & Services

    Our team of experienced AI builders will help build custom AI systems, workflows, and solutions for your business.

    Request custom work

    Ready-made automations for this

    Workflows from the Neura Market marketplace related to this DeepSeek resource

    • Automate Blog Content Creation with Notion MCP, DeepSeek AI, and WordPressn8n · $9.99 · Related topic
    • Automate CRM Data Analysis with Dual-AI Verification Using DeepSeek Modelsn8n · $9.99 · Related topic
    • Generate AI Videos from Scripts with DeepSeek, Synthesia, and Together.ain8n · $24.99 · Related topic
    • Compare Multi-Period Financial Data from Google Sheets with DeepSeek AI Analysisn8n · $14.99 · Related topic
    Browse all workflows