capsulerun/bash
by Various
Sandboxed bash for agents. Track changes on every command.
MCP
capsulerun/bash
Added 1 June 2026
Overview
capsulerun/bash is an open-source TypeScript package that provides a sandboxed bash environment for agents. It tracks changes after every command, allowing observers to review the effects of each operation.
Best for
Best for
Developers building agentic systems that need safe, auditable bash execution with minimal overhead
Use cases
- Run arbitrary bash commands in an isolated environment from agent tools
- Monitor file system changes triggered by command execution
- Build agentic workflows that require safe, auditable shell access
How to use
Install
npm install @capsule-run/bash @capsule-run/bash-wasm Tools exposed
pnpm
Example client config
{\n "mcpServers": {\n "capsule": {\n "command": "npx",\n "args": ["-y", "@capsule-run/bash-mcp"]\n }\n }\n} Notes
capsulerun/bash is an open-source TypeScript package that provides a sandboxed bash environment for agents. It tracks changes after every command, allowing observers to review the effects of each operation.
10 stars on GitHub. Last updated 2026-05-16. Licensed Apache-2.0.
Use cases
- Run arbitrary bash commands in an isolated environment from agent tools
- Monitor file system changes triggered by command execution
- Build agentic workflows that require safe, auditable shell access
Pros
- Provides isolation for bash execution, reducing risk of side effects
- Change tracking on every command enables fine-grained auditing
- Lightweight TypeScript package suitable for integration into MCP servers
Cons
- Low project maturity with only 10 GitHub stars
- Limited community support and documentation
- May lack advanced sandboxing features found in more established tools
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Provides isolation for bash execution, reducing risk of side effects
- Change tracking on every command enables fine-grained auditing
- Lightweight TypeScript package suitable for integration into MCP servers
Cons
- Low project maturity with only 10 GitHub stars
- Limited community support and documentation
- May lack advanced sandboxing features found in more established tools
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Aider
Paul Gauthier
Terminal-first AI pair programmer. Edits files in your repo, commits with sensible messages, runs your tests.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.