mcp
by sockeon·★ 2·Score 35
PHP-based MCP server providing modular tools, resources, and prompts for Sockeon framework development.
Overview
The Sockeon MCP Server is a compliant PHP server that integrates with AI assistants to provide intelligent assistance when working with the Sockeon framework. It features a well-organized architecture with clear separation of concerns, including foundation, domain services, capabilities (tools, resources, prompts), and workflows. The server exposes numerous tools for scaffolding, configuration, real-time features, security, and observability, making it a comprehensive solution for Sockeon application development.
Try asking AI
After installing, here are 3 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you're developing with the Sockeon framework and need integrated tools for scaffolding, security, and real-time features.
When NOT to choose this
Avoid this server if you're not using the Sockeon framework or prefer solutions with broader language support beyond PHP.
Tools this server exposes
12 tools extracted from the READMEsockeon_scaffold_serverScaffolds a new Sockeon server application
sockeon_scaffold_controllerGenerates a new controller in the Sockeon application
sockeon_config_serverConfigures server settings in the Sockeon application
sockeon_config_rate_limitConfigures rate limiting for the Sockeon application
sockeon_realtime_websocket_handlerSets up WebSocket handlers for real-time features
sockeon_security_validation_rulesManages security validation rules in the application
sockeon_security_middlewareConfigures security middleware for the application
sockeon_observability_error_handlerSets up error handling for observability
sockeon_observability_logging_setupConfigures logging for the application
sockeon_realtime_room_managementManages rooms for real-time communication
sockeon_realtime_http_routeCreates HTTP routes for real-time features
sockeon_security_authenticationSets up authentication for the application
Comparable tools
Installation
Installation
- Clone the repository:
git clone https://github.com/sockeon/mcp.git
cd mcp- Install dependencies:
composer install- Run the MCP server:
php public/server.phpClaude Desktop Configuration
Add this to your Claude Desktop config.json:
{
"mcpServers": {
"sockeon": {
"command": "php",
"args": ["public/server.php"]
}
}
}Compare mcp with
Last updated · Auto-generated from public README + GitHub signals.