jobworkerp-mcp-proxy
If you are the rightful owner of jobworkerp-mcp-proxy and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Jobworkerp MCP Proxy Server is an experimental proxy server that facilitates communication between remote jobworkerp-rs servers and MCP tools.
The Jobworkerp MCP Proxy Server acts as an intermediary between MCP clients and jobworkerp-rs servers. It receives requests from MCP clients, converts them into asynchronous jobs, and forwards them to jobworkerp-rs servers for execution. The results are then returned to the clients. This server supports two operation modes: All-in-One Mode, where it operates as a single binary including jobworkerp-rs, and Proxy Mode, where it connects to an existing jobworkerp server. The All-in-One Mode is ideal for local development and testing, while the Proxy Mode is suitable for large-scale production environments. The server also supports tool creation capabilities, allowing for the creation of reusable workflows and custom workers, and even automatic tool creation by LLMs.
Features
- Proxy MCP client requests to jobworkerp
- Tool creation capabilities
- Automatic Tool Creation by LLMs
- Single binary operation in All-in-One Mode
- Integration with existing jobworkerp infrastructure in Proxy Mode