



Official Ruby SDK for Model Context Protocol maintained by Anthropic. Enables Ruby developers to build MCP servers and clients with idiomatic Ruby patterns, supporting Rails integration and Ruby on Rails applications.
Daha fazla yükleniyor......
Bu sayfada
Official Ruby MCP SDK
The official Ruby SDK for Model Context Protocol is maintained by Anthropic, providing Ruby developers with tools to build MCP servers and clients using idiomatic Ruby patterns. The SDK supports Rails integration and is designed to work seamlessly with Ruby on Rails applications.
mcp_server do
resource 'users' do
User.all
end
tool 'create_user' do |params|
User.create(params)
end
end
Works with any MCP client. Optimized for Ruby 3.0+ and Rails 7.0+. Compatible with popular Ruby web frameworks including Sinatra and Hanami.
Free and open-source under MIT license. Compatible with free and commercial Ruby deployment platforms.
Bununla ilgili daha fazla öğeyi keşfedin