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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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