Skip to main content
Glama

Claude Code MCP

by auchenberg

bash

Execute shell commands directly within the Claude Code MCP server to automate tasks, process operations, or integrate with software workflows efficiently.

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" }

You must be authenticated.

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