#113 · Primary category: LLM Application Frameworks
ruby-sdk
The official Ruby SDK for the Model Context Protocol servers and clients.
Project last updated:08/29/26
GitHub Stars
896
Forks
129
Contributors
51
License
MIT
Why we included this project
Ruby is well served here: the MCP project ships an official Ruby SDK, so it is the most direct route for connecting Ruby apps to the Model Context Protocol ecosystem. The SDK works in both directions. You can build a server that exposes your own tools, prompts, and resources to any MCP host, such as an AI assistant or agent runtime, or build a client that connects to other servers, using stdio to run a server as a subprocess or the Streamable HTTP transport. Protocol details like lifecycle negotiation, OAuth 2.1 authorization, notifications, progress, logging, cancellation, and pagination are handled for you, so the code you write is the tool logic rather than JSON-RPC plumbing. A Rails integration and runnable examples mean you can retrofit an existing Ruby service instead of designing everything from scratch.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform