Mcproto

by wassson

2 stars
209 downloads
Not rated
GitHub

About

Easily run or chain together MCP servers alongside your normal Ruby logic.

Details

Author
wassson
GitHub stars
2
Downloads
209
Categories
Other

- Chain multiple MCP servers and custom Ruby code.
- Each server accesses a shared context object.
- Define resources, tools, and call logic per server.
- Server classes can be run standalone or chained.
- Supports delegation to context for data sharing.

Install the gem (not yet publicly available as of README), then create an initializer file config/initializers/mcproto.rb where you instantiate servers using MCProto::Server.new with server classes, host, and port. Servers can include MCProto to define resources, tools, and call blocks, or use MCProto::Chain to chain multiple servers together.

MCProto

Installation

TODO: Launch - Gem hasn't been made public

Usage

MCProto is a Ruby gem that allows you to chain MCP servers and auxiliary ruby code together for custom solutions.

After installing the gem, create an initializer, config/initializers/mcproto.rb and create your servers:

```ruby

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.