swoole-src (MCP Server)

GitHub

Model Context Protocol (MCP) server configuration and tool manifest for swoole/swoole-src

0 stars TypeScript
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "swoole-src": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-swoole-src"
      ]
    }
  }
}