MCP Servers Ruby Examples
@cs3b
关于 MCP Servers Ruby Examples
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Servers Ruby Examples?
MCP Servers Ruby Examples is a collection of experimental MCP (Machine Control Protocol) server implementations and utilities written in Ruby. It provides filesystem and clipboard operations, plus an installer script for configuring MCP servers with different Claude environments (Claude Desktop, Claude Code, Windsurf).
How to use MCP Servers Ruby Examples?
Install dependencies with bundle install (and ffmpeg/Whisper for media servers). Run the mcp_install script with a target environment (e.g., claude_desktop, claude_code, or windsurf) and the path to a server implementation, optionally specifying a base directory.
Key features of MCP Servers Ruby Examples
- Filesystem operations: read, list, create, modify, delete files, and apply patches.
- Clipboard operations: manage system clipboard interactions.
- Thor-based installer script for Claude Desktop, Claude Code, and Windsurf.
- Prompt templates for media servers (transcript analysis, content comparison).
- Support for audio transcoding (ffmpeg) and speech transcription (Whisper).
- Built with Ruby ≥ 3.0 and the fast-mcp gem (≥ 1.1.0).
Use cases of MCP Servers Ruby Examples
- Integrating file-based tools into Claude Desktop for local document editing.
- Automating clipboard management within an MCP-aware assistant workflow.
- Experimenting with MCP server development using Ruby.
- Deploying speech transcription or media analysis via Claude Code or Windsurf.
FAQ from MCP Servers Ruby Examples
What are the system requirements?
Ruby 3.0 or later and the fast-mcp gem (1.1.0 or later) are required. Media servers additionally need ffmpeg and Whisper installed.
Which environments are supported by the installer?
The mcp_install script supports Claude Desktop, Claude Code, and Windsurf, generating/updating configuration files for each.
Where are the configuration files stored?
Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json. Windsurf: ~/.codeium/windsurf/mcp_config.json. Claude Code path varies per setup.
What operations does the filesystem server provide?
It includes reading, listing, directory tree traversal, file creation/modification, deletion, and patch application.
Are there any sample prompt templates included?
Yes, media servers provide XML-based ERB templates in media/prompts/ for transcript summarization and content comparison (assistant and user variants).
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论