Back to Home
sockeon icon

mcp

Verified Safe

by sockeon

Overview

This MCP server provides intelligent assistance to developers working with the Sockeon framework, offering code generation, configuration helpers, and real-time documentation access via AI assistants.

Installation

Run Command
php public/server.php

Environment Variables

  • DEBUG
  • FILE_LOG

Security Notes

The `SockeonResources::getValidationRule` method reads local PHP files based on a `rule` parameter. While the `McpResourceTemplate` attribute likely restricts the format of `{rule}` (e.g., to a single filename), a theoretical path traversal vulnerability could exist if not properly handled by the MCP SDK, potentially allowing access to arbitrary local files. Documentation fetching from GitHub raw content (sockeon/docs) carries a minor, inherent risk if the source repository were compromised. Generated code (via stubs) is returned to the client and not executed by the server, shifting the execution risk of generated content to the client/user. No direct `eval` or `shell_exec` calls are present in the provided code.

Similar Servers

Stats

Interest Score28
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars1
Forks1
Last Update2025-11-20

Tags

SockeonMCPCode GenerationAI AssistantDeveloper Tools