Laravel Helpers MCP

by jsonallen

Integrations

  • Provides tools for Laravel developers, including log file viewing and searching, artisan command execution, and model information retrieval directly within the Cursor IDE.

  • Enables access to PHP 8.1+ functionality as required by the Laravel integration, supporting the server's ability to interact with Laravel PHP applications.

라라벨 헬퍼 MCP

⚠️ 알파 소프트웨어 경고 ⚠️ 이 패키지는 현재 알파 단계입니다. API 및 기능은 예고 없이 변경될 수 있습니다. 프로덕션 환경에서의 사용은 사용자의 책임입니다.

개요

커서 IDE 와의 통합을 위해 특별히 설계된 Laravel 도우미 도구 모음으로, 편집기 내에서 직접 개발 워크플로우와 디버깅 기능을 개선합니다.

커서 통합

이 패키지는 Cursor IDE에서 Laravel 개발 경험을 향상시키도록 설계되었습니다. 모든 도구는 Cursor의 명령 팔레트를 통해 직접 액세스할 수 있으며 개발 워크플로와 완벽하게 통합됩니다.

사용 가능한 도구

  • tail_log_file : Cursor에서 Laravel 로그 파일의 최신 항목을 직접 확인합니다.
  • search_log_errors : 통합된 결과를 통해 로그 파일에서 특정 오류 패턴을 검색합니다.
  • run_artisan_command : 커서에서 직접 Laravel artisan 명령을 실행합니다.
  • show_model : 편집기에서 모델 정보 및 관계를 표시합니다.

설치

  1. 저장소를 복제합니다.

지엑스피1

  1. 쉘 스크립트 래퍼를 만듭니다(예: ~/bin/run-laravel-mcp ):
#!/bin/bash # Point to your Laravel project path export LARAVEL_PATH=/path/to/your/laravel/project # Run the MCP server mcp run /path/to/laravel-helpers-mcp/server.py
  1. 스크립트를 실행 가능하게 만드세요:
chmod +x ~/bin/run-laravel-mcp
  1. ~/bin PATH에 있는지 확인하세요.
echo 'export PATH="$HOME/bin:$PATH"' >> ~/.zshrc # or ~/.bashrc source ~/.zshrc # or source ~/.bashrc

요구 사항

  • PHP 8.1 이상
  • 라라벨 10.0+
  • 커서 IDE
  • UV - 최신 Python 패키징 도구

기여하다

이 프로젝트는 현재 활발하게 개발 중입니다. 이슈 및 풀 리퀘스트를 환영합니다.

특허

[라이센스 유형] - 자세한 내용은 LICENSE 파일을 참조하세요.

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Cursor IDE와 통합하기 위한 Laravel 도우미 도구 모음으로, 로그 보기, 오류 검색, Artisan 명령 실행, 편집기 내에서 직접 모델 정보 표시 등의 기능을 제공합니다.

  1. Overview
    1. Cursor Integration
      1. Available Tools
        1. Installation
          1. Requirements
            1. Contributing
              1. License

                Related MCP Servers

                • A
                  security
                  A
                  license
                  A
                  quality
                  A simple template for creating custom tools for Cursor IDE using Model Context Protocol, deployable via Heroku, Docker, or directly within Cursor IDE.
                  Last updated -
                  2
                  Python
                  MIT License
                • -
                  security
                  F
                  license
                  -
                  quality
                  A tool that provides simple API to execute SQL queries and manage MySQL databases, designed to integrate with Cursor IDE for AI assistants to directly perform database operations.
                  Last updated -
                  Python
                  • Linux
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  Provides AI assistants like Claude or Cursor with access to Payman AI's documentation, helping developers build integrations more efficiently.
                  Last updated -
                  TypeScript
                  • Linux
                  • Apple

                View all related MCP servers

                ID: zl9icupkxl