Discover and explore top open-source AI tools and projects—updated daily.
laravelAI server SDK for Laravel applications
Top 59.0% on SourcePulse
This package provides a server SDK for integrating AI models with Laravel applications, enabling AI agents to interact with your application's logic and data. It's designed for developers looking to build AI-powered features within their existing Laravel projects.
How It Works
Laravel MCP allows developers to define "Servers" that act as endpoints for AI interactions. These servers expose "Tools" (PHP methods) and "Resources" (data providers) that AI models can call. Tools can accept structured inputs via a schema and return results, including streaming responses. Annotations can be used to provide metadata about tools to the AI client.
Quick Start & Requirements
composer require laravel/mcpphp artisan vendor:publish --tag=ai-routesphp artisan make:mcp-server, php artisan make:mcp-toolroutes/ai.php.php artisan mcp:inspector <server_name>.Highlighted Details
#[Title], #[IsReadOnly], #[IsDestructive], #[IsIdempotent], and #[IsOpenWorld] for AI hints.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The package is explicitly stated to be in development and not recommended for public usage, intended primarily to power Boost. Security notes mention potential DNS rebinding attacks when exposing local development servers via HTTP.
6 days ago
Inactive