laravel-mcp-server
@tadhgboyle
laravel-mcp-server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"laravel-mcp-server-tadhgboyle": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"php",
"/path/to/your/laravel/app/artisan",
"mcp:stdio"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is laravel-mcp-server?
This package provides a Model Context Protocol (MCP) server for Laravel applications, enabling developers to create and register tools and prompts that interact with language models via the MCP protocol.
How to use laravel-mcp-server?
Install via Composer (composer require aberdeener/laravel-mcp-server), then in your AppServiceProvider register custom tools and prompts using ToolRegistry and PromptRegistry. Use the MCP inspector to test the server with npx @modelcontextprotocol/inspector php /path/to/app/artisan mcp:stdio.
Key features of laravel-mcp-server
- Register custom tools and prompts for MCP
- Integrates directly into Laravel service providers
- Supports testing with the official MCP inspector
- Composer installable with standard Laravel tooling
Use cases of laravel-mcp-server
- Creating Laravel applications that expose custom actions to AI assistants via MCP
- Testing MCP tool integration with the official inspector
FAQ from laravel-mcp-server
What is the MCP protocol?
The Model Context Protocol (MCP) is a standard for building tools that can interact with language models, enabling developers to create powerful applications leveraging these models.
How do I install laravel-mcp-server?
Install via Composer: composer require aberdeener/laravel-mcp-server.
How do I register tools and prompts?
In your AppServiceProvider, use ToolRegistry and PromptRegistry to register custom tool and prompt classes, as shown in the usage example.
How can I test the MCP server?
Use the official MCP inspector: run npx @modelcontextprotocol/inspector php /path/to/your/laravel/app/artisan mcp:stdio.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント