laravel

boost

Built by laravel 3,360 stars

What is boost?

Laravel-focused MCP server for augmenting your AI powered local development experience.

How to use boost?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add boost using the following command: npx @modelcontextprotocol/boost 4. Restart the client and verify the new tools are active.
🛡️ Scoped (Restricted)
npx @modelcontextprotocol/boost --scope restricted
🔓 Unrestricted Access
npx @modelcontextprotocol/boost

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

boost FAQ

Q

Is boost safe?

Yes, boost follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is boost up to date?

boost is currently active in the registry with 3,360 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for boost?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub
<p align="center"> <img alt="Boost Logo Dark Mode" src="/art/boost-light-mode.svg#gh-light-mode-only"/> <img alt="Boost Logo Dark Mode" src="/art/boost-dark-mode.svg#gh-dark-mode-only"/> </p> <p align="center"> <a href="https://github.com/laravel/boost/actions"><img src="https://github.com/laravel/boost/workflows/tests/badge.svg" alt="Build Status"></a> <a href="https://packagist.org/packages/laravel/boost"><img src="https://img.shields.io/packagist/dt/laravel/boost?v=1" alt="Total Downloads"></a> <a href="https://packagist.org/packages/laravel/boost"><img src="https://img.shields.io/packagist/v/laravel/boost?v=1" alt="Latest Stable Version"></a> <a href="https://packagist.org/packages/laravel/boost"><img src="https://img.shields.io/packagist/l/laravel/boost?v=1" alt="License"></a> </p>

Introduction

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

Official Documentation

Documentation for Laravel Boost can be found on the Laravel website.

Contributing

Thank you for considering contributing to Boost! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

Laravel Boost is open-sourced software licensed under the MIT license.

Global Ranking

-
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "boost": { "command": "npx", "args": ["boost"] } } }