MCP.so
登录

Mcproto

@wassson

关于 Mcproto

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

基本信息

分类

其他

许可证

MIT

运行时

html

传输方式

stdio

发布者

wassson

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcproto?

Mcproto is a Ruby gem that allows you to chain MCP servers and auxiliary Ruby code together for custom solutions. It is designed for developers who need to build and combine MCP servers with custom logic.

How to use Mcproto?

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.

Key features of Mcproto

  • 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.

Use cases of Mcproto

  • Build a custom MCP server that triggers actions based on email mentions.
  • Chain a sequence of servers where each adds data to a shared context.
  • Integrate auxiliary Ruby operations alongside MCP server endpoints.

FAQ from Mcproto

What is Mcproto and how does it differ from other MCP servers?

Mcproto is a Ruby gem for chaining MCP servers with custom code. It distinguishes itself by allowing multiple servers to share a context object and run in sequence.

What are the dependencies or runtime requirements?

Mcproto is a Ruby gem, so a Ruby runtime is required. The gem is not yet publicly available.

Where does data live in Mcproto?

Data flows through a context object that is shared chained servers. Each server can read from and write to this context.

What transports does Mcproto support?

The README does not specify transport protocols. Servers are configured with a host and port, but no transport details are given.

Is Mcproto publicly available?

No, the README states the gem has not been made public yet (TODO).

评论

其他 分类下的更多 MCP 服务器