mcp
Verified Safeby laravel
Overview
Facilitates rapid development of Model Context Protocol (MCP) servers for AI client interaction within Laravel applications.
Installation
php artisan mcp:start {handle}Environment Variables
- MCP_REDIRECT_DOMAINS
- APP_URL
- APP_NAME
- APP_DEBUG
Security Notes
The framework uses `eval()` strictly within test files for mocking, posing no runtime risk. The primary security concern lies in the default `mcp.redirect_domains` configuration (`*`) in `config/mcp.php`, which, if left unrestricted in production, allows any domain to register as an OAuth client. This could lead to open redirect vulnerabilities and unauthorized access. Developers must explicitly define allowed domains.
Similar Servers
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
drilling_mcp_server
Analyzes oil and gas drilling data from CSV files, providing tools for Rate of Penetration (ROP), Mechanical Specific Energy (MSE), Non-Productive Time (NPT) calculations, and data visualization via an MCP server.
laravel-mcp-server
A Laravel-based Model Context Protocol (MCP) server that acts as an e-commerce demo, bridging AI assistants with enterprise business systems for business intelligence and data access.
mcp-server
A generic server application, likely for managing or providing services, though specific functionality cannot be determined without source code.