Run bash commands in a persistent workspace for coding and automation tasks.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "owui-bash-mcp" yet — see the docs or source repo.
Execute the following bash command in the current project workspace: npm install && npm run build. Set the timeout to 10 minutes and return key output plus an error summary.
Returns install and build results, key logs, and an error summary if the build fails.
Run pytest -q in the project directory and limit the output to the last 200 lines; if tests fail, summarize them by failing test case.
Returns test execution results, pass/fail counts, and a failure summary grouped by test case.
Please run pwd && ls -la && python --version in the workspace, then briefly explain the current directory structure and Python environment.
Returns the current path, file list, Python version, and a brief environment explanation.
Execute Bash commands with timeouts, environment control, and observability.
Expose VS Code terminals to MCP for command execution and terminal management.
Inspect and edit local projects securely with files, Git, and commands.
Enables secure local development with files, shell, editing, and persistent sessions.
Give LLMs a managed workspace for coding, browsing, documents, and automation.
Batch-manage files, inspect project structure, and run commands for faster workflows.