MCP Catalogs
Home

mcp

by sockeon·2·Score 35

PHP-based MCP server providing modular tools, resources, and prompts for Sockeon framework development.

developer-toolsops-infraai-llm
1
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Generating scaffolded Sockeon components like controllers and examples
you:Configuring server settings such as rate limiting, CORS, and reverse proxy
you:Setting up real-time features like WebSocket handlers and room management

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 README
  • sockeon_scaffold_server

    Scaffolds a new Sockeon server application

  • sockeon_scaffold_controller

    Generates a new controller in the Sockeon application

  • sockeon_config_server

    Configures server settings in the Sockeon application

  • sockeon_config_rate_limit

    Configures rate limiting for the Sockeon application

  • sockeon_realtime_websocket_handler

    Sets up WebSocket handlers for real-time features

  • sockeon_security_validation_rules

    Manages security validation rules in the application

  • sockeon_security_middleware

    Configures security middleware for the application

  • sockeon_observability_error_handler

    Sets up error handling for observability

  • sockeon_observability_logging_setup

    Configures logging for the application

  • sockeon_realtime_room_management

    Manages rooms for real-time communication

  • sockeon_realtime_http_route

    Creates HTTP routes for real-time features

  • sockeon_security_authentication

    Sets up authentication for the application

Comparable tools

laravel-mcpsymfony-mcpphpstan-mcp

Installation

Installation

  1. Clone the repository:
git clone https://github.com/sockeon/mcp.git
cd mcp
  1. Install dependencies:
composer install
  1. Run the MCP server:
php public/server.php

Claude Desktop Configuration

Add this to your Claude Desktop config.json:

{
  "mcpServers": {
    "sockeon": {
      "command": "php",
      "args": ["public/server.php"]
    }
  }
}

Compare mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.