p5-mcp-run

Getty/p5-mcp-run
★ 0 stars Perl 💻 Code/Dev Tools Updated today
MCP server with command execution tool
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "p5-mcp-run": {
      "command": "npx",
      "args": [
        "-y",
        "Getty/p5-mcp-run"
      ]
    }
  }
}

README Excerpt

MCP server that exposes a command execution tool via the [Model Context Protocol](https://modelcontextprotocol.io). Subclasses [MCP::Server](https://metacpan.org/pod/MCP::Server) and registers a `run` tool that accepts a command string, executes it, and returns stdout, stderr, and the exit code. cpanm MCP::Run

Tools (5)

allowed_commandstimeouttool_descriptiontool_nameworking_directory