Skip to main content
Glama

MCP Shell Server

by mkusaka

shell_exec

Execute shell commands on a host system safely using the Model Context Protocol (MCP). Ideal for AI agents to perform system operations securely.

Instructions

Executes commands in the specified shell

Input Schema

NameRequiredDescriptionDefault
commandYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "minLength": 1, "type": "string" } }, "required": [ "command" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Shell Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mkusaka/mcp-shell-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server