Cover image
MCP-INSVERSURS-RUBY
Public

MCP-INSVERSURS-RUBY

Try Now
2025-04-06

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

MCP Servers Ruby Examples

This repository contains a collection of MCP (Machine Control Protocol) server implementations and utilities written in Ruby. It's more a place for experiments with MCP Servers.

Available Tools

Operating System Utilities

  • Filesystem Operations - Handles file system operations including:

    • Reading files
    • Listing directory contents
    • Directory tree traversal
    • File creation and modification
    • File deletion
    • Patch application
  • Clipboard Operations - Manages system clipboard interactions

Installation

The repository provides a Thor-based installer script for setting up MCP servers with different Claude environments.

Prerequisites

bundle install

The media servers require additional dependencies:

  • ffmpeg (for audio transcoding)
  • Whisper (for speech transcription)
  • Ruby >= 3.0
  • fast-mcp gem (1.1.0 or later)

Installing MCP Servers

The mcp_install script provides commands for installing MCP servers for different Claude environments:

# For Claude Desktop
./mcp_install claude_desktop SERVER_PATH [BASE_PATH]

# For Claude Code
./mcp_install claude_code SERVER_PATH [BASE_PATH]

# For Windsurf
./mcp_install windsurf SERVER_PATH [BASE_PATH]

Parameters:

  • SERVER_PATH: Path to the MCP server implementation
  • BASE_PATH: Base directory for the server (defaults to current directory)

Prompt Templates

The media servers use XML-based prompt templates located in media/prompts/:

  • summarize.transcript.xml.erb - For transcript analysis
  • whats.new.assistant.xml.erb - For content comparison (assistant)
  • whats.new.user.xml.erb - For content comparison (user)

Examples:

# Install for Claude Desktop
./mcp_install claude_desktop ./os/clipboard.rb

# Install for Windsurf
./mcp_install windsurf ./os/clipboard.rb

The installer will:

  1. Generate server configuration
  2. Update configuration file if found:
    • Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windsurf: ~/.codeium/windsurf/mcp_config.json
    • Claude Code: (configuration path varies)
  3. Display the generated configuration for manual installation if needed

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • jae-jae
  • Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.

  • ravitemer
  • Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)

  • patruff
  • Puente entre los servidores Ollama y MCP, lo que permite a LLM locales utilizar herramientas de protocolo de contexto del modelo

  • pontusab
  • La comunidad de cursor y windsurf, encontrar reglas y MCP

  • JackKuo666
  • 🔍 Habilitar asistentes de IA para buscar y acceder a la información del paquete PYPI a través de una interfaz MCP simple.

  • av
  • Ejecute sin esfuerzo LLM Backends, API, frontends y servicios con un solo comando.

    Reviews

    2 (1)
    Avatar
    user_BsIUpJPy
    2025-04-17

    As a dedicated user of mcp, I am thoroughly impressed with mcp-servers-ruby by cs3b. Its seamless integration and robust performance have significantly enhanced my development process. The clear documentation and user-friendly interface make it a must-have for any Ruby server project. Highly recommended! Check it out at https://github.com/cs3b/mcp-servers-ruby.