MCP.so
登录

Laravel MCP Server (bramato/laravel-mcp-server)

@bramato

关于 Laravel MCP Server (bramato/laravel-mcp-server)

暂无概览

基本信息

分类

其他

许可证

View license

运行时

php

传输方式

stdio

发布者

bramato

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Laravel MCP Server (bramato/laravel-mcp-server)?

A base Laravel package for building Model Context Protocol (MCP) servers. It provides infrastructure to handle MCP requests over Stdio, HTTP, and WebSocket (via Reverb) transports, using sajya/server for JSON‑RPC 2.0 parsing.

How to use Laravel MCP Server (bramato/laravel-mcp-server)?

Install via Composer (composer require bramato/laravel-mcp-server), publish the config (php artisan vendor:publish ...), implement ResourceInterface and ToolInterface classes, register them in config/mcp.php, then run php artisan mcp:server --transport=stdio (or use HTTP/WebSocket as configured).

Key features of Laravel MCP Server (bramato/laravel-mcp-server)

  • Multiple transport support (Stdio, HTTP, WebSocket via Reverb)
  • Built on sajya/server for JSON‑RPC 2.0
  • Interfaces for custom Resources and Tools
  • Configurable authentication (none or token)
  • Tool whitelisting in configuration
  • Logging channel and level configuration

Use cases of Laravel MCP Server (bramato/laravel-mcp-server)

  • Expose authenticated user profile as an MCP resource
  • Create a tool that sends notifications to users
  • Expose any Laravel application functionality via custom tools
  • Build AI‑accessible endpoints backed by Laravel logic

FAQ from Lar

评论

其他 分类下的更多 MCP 服务器