Skip to main content
Glama

AI Development Pipeline MCP

by theburgerllc

run_shell_command

Execute whitelisted shell commands (npm, yarn, git, node, npx, tsc, eslint, prettier) in the workspace for streamlined development processes within the AI Development Pipeline MCP.

Instructions

Run a whitelisted shell command in the workspace (npm, yarn, git, node, npx, tsc, eslint, prettier)

Input Schema

NameRequiredDescriptionDefault
commandYes

Input Schema (JSON Schema)

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

Other Tools from AI Development Pipeline 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/theburgerllc/ai-development-pipeline-mcp'

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