DevelopmentJavaScript
gm-exec
Code execution tool for MCP clients and CLI with multi-language support.
N/A rating (0 reviews)0 installs124 GitHub stars
code executionmulti-languageCLI
gm-exec allows users to execute code in various programming languages including JavaScript, Python, Go, Rust, and more. It provides a CLI interface for executing code snippets and managing background tasks with a 15-second execution ceiling.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"gm-exec-1": {
"args": [
"-y",
"gm-exec"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.