mcp-client-laravel
Verified Safeby RedberryProducts
Overview
Laravel-native client library for integrating with Model Context Protocol (MCP) servers, enabling communication with external tools, structured resources, and memory services, particularly for AI agent development.
Installation
No command providedEnvironment Variables
- GITHUB_API_TOKEN
Security Notes
The `StdioTransporter` executes arbitrary commands configured by the user. If the 'command' array, 'cwd', or 'env' parameters are derived from untrusted user input within the consuming Laravel application, it could lead to Remote Code Execution (RCE). The HTTP transporter uses standard Guzzle practices with configurable authentication tokens. No 'eval' or obfuscation found. The package itself does not directly introduce vulnerabilities but provides powerful primitives that require careful configuration management from the consuming application to prevent misuse.
Similar Servers
boost
Laravel Boost accelerates AI-assisted development by providing context, guidelines, and specialized tools to AI agents for generating high-quality, Laravel-specific code within a local development environment.
tmcp
Build Model Context Protocol (MCP) servers for AI agents to interact with external tools and data sources, enabling LLMs to access context and perform actions.
php-mcp
Implements the Model Context Protocol (MCP) to enable seamless integration between LLM applications and external data sources and tools, providing a server-side framework in PHP.
php-mcp-sdk
A PHP SDK for building Model Context Protocol (MCP) servers that expose AI capabilities (tools, prompts, sampling) and data resources to clients, facilitating AI agent orchestration and structured human-AI interaction.