mcp-this

mcp-this

3.3

If you are the rightful owner of mcp-this and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP Server that dynamically exposes CLI/bash commands as tools through YAML configuration files.

`mcp-this` is an MCP server that allows users to dynamically expose CLI/bash commands as tools for MCP Clients, such as Claude Desktop, using YAML or JSON configuration files. This server eliminates the need for writing code by enabling users to define commands, parameters, and execution details in configuration files. The server then makes these commands available as tools that clients can utilize. It supports both YAML and JSON configurations, allowing for flexibility in defining command-line tools with parameters and execution details. The server also includes built-in presets for common utility tools, making it easy to get started with default configurations.

Features

  • Dynamically create MCP tools from YAML configuration files
  • Define command-line tools with parameters and execution details
  • Default configuration with common utility tools ready to use
  • JSON configuration support for programmatic use