mcp-server-commands

mcp-server-commands

CommandExecutionLlmClaudeJavascriptTypescriptPythonGoRubyR

About This Server

Model Context Protocol server to run commands

Server Information

šŸ“‹ Overview:

This report summarizes the content of a GitHub webpage for the repository "g0t4/mcp-server-commands." This repository hosts a Model Context Protocol (MCP) server designed to execute commands. The summary focuses on the repository's description, key features, development setup, installation instructions, logging, and debugging.


ā­ Key Points:
  • The repository contains code for an MCP server.

  • The server is used to run commands, i.e., Claude Desktop app.

  • Two primary tools are offered: `runcommand` and `runscript`.

  • The `run_command` tool executes basic shell commands.

  • The `run_script` tool executes scripts via STDIN, enabling LLMs to run code.

  • The user should be careful when using this server and review each command before approving, use `Approve Once` in Claude Desktop app.


  • šŸ” Main Findings:
  • The repository provides tools for Large Language Models (LLMs) to execute commands and scripts on a server.

  • The primary use case is integration with the Claude Desktop application.

  • The repository is publicly available on GitHub under the MIT license.

  • Installation can be done using the npm package or via a local build.


  • šŸ“Š Details:
  • Development instructions include installing dependencies (`npm install`), building the server (`npm run build`), and using auto-rebuild for development (`npm run watch`).

  • Installation instructions detail how to configure the server within the Claude Desktop application's configuration file ( `claudedesktopconfig.json`).

  • Logging information explains where logs are stored and how to increase verbosity using the `--verbose` flag.

  • Debugging information suggests using the MCP Inspector for easier debugging over the stdio transport.

  • The repository has 67 stars and 14 forks.

  • The project is primarily written in JavaScript (71.3%) and TypeScript (28.7%).


šŸŽÆ Conclusion:
The "g0t4/mcp-server-commands" repository offers a tool that enhances the capabilities of LLMs, particularly the Claude Desktop application, by enabling command execution and script running, while emphasizing security considerations.

Server Features

run_command

Run a command, i.e. hostname or ls -al or echo "hello world"

run_script

Run a script! (i.e. fish, bash, zsh, python)

Provider Information

G0t4 logo

G0t4

cloud Provider

Visit Provider Website

Quick Actions

Visit Website

MCP Configuration

Available Tools

run_commandrun_script