Skip to main content
Glama

Local Dev Bridge MCP

run_command

Execute shell commands in your project directory to run npm install, git operations, tests, and other development tasks directly from your local environment.

Instructions

Execute a shell command in the projects directory. Use for running npm install, git commands, tests, etc.

Input Schema

NameRequiredDescriptionDefault
commandYesShell command to execute
cwdNoWorking directory (relative to projects directory or absolute)

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Shell command to execute", "type": "string" }, "cwd": { "description": "Working directory (relative to projects directory or absolute)", "type": "string" } }, "required": [ "command" ], "type": "object" }

Other Tools from Local Dev Bridge 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/talentedmrweb/local-dev-bridge-mcp'

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