Back to Home
Joehoel icon

combell-mcp

Verified Safe

by 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

Run Command
php artisan serve --host=127.0.0.1 --port=8000

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Stars0
Forks0
Last Update2026-01-12

Tags

LaravelMCPCombellHostingAPI