combell-mcp
Verified Safeby Joehoel
Overview
Exposes a Model Context Protocol (MCP) server for AI agents and editors to interact with Combell hosting services without directly handling credentials.
Installation
php artisan serve --host=127.0.0.1 --port=8000Environment Variables
- APP_KEY
- DB_CONNECTION
- DB_HOST
- DB_PORT
- DB_DATABASE
- DB_USERNAME
- DB_PASSWORD
- COMBELL_API_KEY
- COMBELL_API_SECRET
Security Notes
The server leverages Laravel Passport for OAuth (PKCE) and a custom middleware (`McpApiKeyAuth`) to handle API key authentication. It supports HTTP Basic Auth or explicit headers for Combell API credentials, normalizing them for downstream use. Credentials are expected to be provided via environment variables (`.env`) or secure headers, a standard practice. No obvious use of 'eval' or malicious patterns was found. Security is robust for a Laravel application, but still requires the user to manage Combell API keys securely.
Similar Servers
boost
Accelerates AI-assisted development by providing essential context and structure for generating high-quality, Laravel-specific code via an MCP server.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
php-mcp
Facilitates communication and integration between LLM applications and external data sources or tools by implementing the Model Context Protocol (MCP).
SageMCP
A scalable platform for hosting MCP servers with multi-tenant support, OAuth integration, and connector plugins for various services, deployed on Kubernetes.