Get the FREE Ultimate OpenClaw Setup Guide →

mcp-gm

wanna develop an app ❓

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio anentrypoint-mcp-gm npx -y mcp-glootie

How to use

This MCP server enables multi-language code execution (JavaScript/TypeScript, Python, Go, Rust, C, C++, and Deno) with built-in process management, recovery, and cleanup. It exposes tools to run arbitrary code, execute shell commands, check and manage background processes, and pause execution. Start the server with a single command, then connect your MCP client or Claude Code to interact with the running runtime. You can use the included tools to execute code in supported languages, run shell commands, inspect the status of background processes, terminate processes, and introduce intentional pauses when orchestrating complex workflows.

How to install

Prerequisites:

  • Node.js and npm (or npx) installed on your system. If you prefer Bun, you can adapt the commands accordingly.

Install and run the MCP server:

  1. Ensure you have npm (or bun) available. Verify:
    • node -v
    • npm -v
  2. Install and start the MCP server using npx (as per Quick Start):
npx -y mcp-glootie
  1. If you want to run locally from source, clone the repository and run with Bun (optional):
git clone https://github.com/AnEntrypoint/mcp-glootie.git
cd mcp-glootie
bun install
bun run src/index.js
  1. Connect your MCP client or Claude Code to the running MCP server once it starts listening on the configured port.

Notes:

  • If you encounter port conflicts, identify the process using the port and terminate it before retrying.

Additional notes

Tips and considerations:

  • The server supports multiple languages for on-demand code execution and includes process management features like backgrounding and status checks.
  • Tools available: execute (multi-language code execution), bash (shell command execution), process_status (monitor background processes), process_close (terminate a process), and sleep (pause execution).
  • If Bun is required for your environment, install Bun and use bunx mcp-glootie as shown in the Quick Start. Otherwise, npx can be used if you publish the package to npm.
  • Troubleshooting: if Bun is reported as required but not installed, install Bun from https://bun.sh and retry. For port errors, use lsof to determine the occupant and terminate the conflicting process.
  • Ensure environment-specific variables (if any) are set in your runtime environment; the server may define placeholders for common config values like API keys or connection strings in env vars.

Related MCP Servers

Sponsor this space

Reach thousands of developers