Laravel MCP Server (bramato/laravel-mcp-server)
@bramato
About Laravel MCP Server (bramato/laravel-mcp-server)
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Servers
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
Comments