mcp-client-laravel
Verified Safeby RedberryProducts
Overview
Laravel-native client for interacting with Model Context Protocol (MCP) servers to discover and call tools, and access resources for AI agents.
Installation
No command providedEnvironment Variables
- GITHUB_API_TOKEN
Security Notes
The client primarily uses Guzzle for HTTP and Symfony Process for STDIO communication. No 'eval' or direct obfuscation found. Hardcoded secrets are not present, relying on environment variables for API tokens. The STDIO transporter executes external commands; while it uses a secure array-based command execution (Symfony Process), the consuming application must ensure the 'command' configuration elements are from trusted sources to prevent potential command injection if dynamic user input were ever used to construct them. Overall, it follows good practices for handling external communication.
Similar Servers
boost
Accelerates AI-assisted development by providing essential context and structure for generating high-quality, Laravel-specific code via an MCP server.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcpc
Build and compose agentic Model Context Protocol (MCP) servers and tools, enabling AI assistants to discover, integrate, and orchestrate other MCP servers for complex tasks.
php-mcp
Facilitates communication and integration between LLM applications and external data sources or tools by implementing the Model Context Protocol (MCP).