Skip to main content
Glama

rubyui-mcp

An MCP (Model Context Protocol) server that provides AI assistants with access to RubyUI component library documentation.

Tools

Tool

Description

list_components

List all available RubyUI components

get_component_docs

Fetch full docs and code examples for a specific component

search_components

Search components by name or keyword

get_installation_guide

Get the Rails installation guide (bundler or importmaps)

get_theming_guide

Get theming, dark mode, and customization docs

Related MCP server: shadcn MCP Server

Setup

npm install

Usage

With Claude Code

Add to your Claude Code MCP config (~/.claude/settings.json or project .mcp.json):

{
  "mcpServers": {
    "rubyui": {
      "command": "node",
      "args": ["/path/to/rubyui-mcp/index.js"]
    }
  }
}

Standalone

npm start

The server communicates over stdio using the MCP protocol.

Requirements

  • Node.js >= 18.0.0

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wqsaali/rubyui-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server