Chains MCP servers and Ruby code to create custom solutions.
Mcproto is a Ruby gem that enables the creation of custom solutions by chaining MCP servers with auxiliary Ruby code. It allows developers to define individual server classes that can be linked together, enabling data sharing and processing across the chain. Each server can access a shared context object to read data from previous servers or add its own data, facilitating complex workflows and integrations within MCP environments.
主要功能
01Define custom server classes with Ruby
022 GitHub stars
03Access a shared context object for data sharing
04Chain MCP servers together
05Integrate Ruby logic with MCP server workflows
使用案例
01Create custom MCP server workflows
02Trigger actions based on data from previous servers