Show HN: Manceps – Ruby Client for the Model Context Protocol (MCP) (github.com)

1 points by obiefernandez ↗ HN
I built this because existing Ruby options for MCP either don't handle persistent connections properly (MCP servers bind sessions to TCP connections) or couple you to a specific LLM framework.

Manceps is a pure protocol client. Two transports (Streamable HTTP and stdio), built-in auth (bearer, API key, experimental OAuth 2.1 with PKCE), and full 2025-11-25 spec support including protocol negotiation, elicitation, structured output, and notifications.

It uses httpx under the hood for connection persistence. No LLM opinions -- just MCP.

Ruby >= 3.4, MIT licensed.

1 comment

[ 2.8 ms ] story [ 15.5 ms ] thread