MCP.so
Sign In

MCP Commands

@arockwell

About MCP Commands

A Ruby on Rails MCP server with file operation commands

Basic information

Category

Other

License

MIT

Runtime

ruby

Transports

stdio

Publisher

arockwell

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Commands?

MCP Commands is a Ruby on Rails application that provides a Microservice Command Protocol (MCP) server with file operation commands. It is intended for developers who need to perform file concatenation operations via a RESTful API.

How to use MCP Commands?

Clone the repository, install dependencies with bundle install, set up the database with rails db:create db:migrate, and start the server with rails server. Use the POST /mcp/concatenate endpoint with a JSON body specifying files and output_path to concatenate files. Run tests with bundle exec rspec.

Key features of MCP Commands

  • File concatenation command
  • RESTful API interface
  • Comprehensive test coverage with RSpec and FakeFS
  • Ruby on Rails application

Use cases of MCP Commands

β€”

FAQ from MCP Commands

β€”

Comments

More Other MCP servers