rx-module-mcpserver

Waterticket/rx-module-mcpserver
★ 2 stars PHP 🧠 Memory/Knowledge Updated 4mo ago
A Model Context Protocol (MCP) server that can be applied to Rhymix.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rx-module-mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "Waterticket/rx-module-mcpserver"
      ]
    }
  }
}