Skip to main content
Glama

Claude Code MCP

by auchenberg

bash

Execute shell commands directly from the Claude Code MCP server to automate tasks, manage files, or run scripts. Specify the command and optional timeout to streamline operations.

Instructions

Execute a shell command

Input Schema

NameRequiredDescriptionDefault
commandYesThe shell command to execute
timeoutNoOptional timeout in milliseconds (max 600000)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "description": "The shell command to execute", "type": "string" }, "timeout": { "description": "Optional timeout in milliseconds (max 600000)", "type": "number" } }, "required": [ "command" ], "type": "object" }

Other Tools from Claude Code MCP

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/auchenberg/claude-code-mcp'

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