
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@ag-bash/mcp-server
Advanced tools
A standalone Model Context Protocol (MCP) server that provides a persistent, sandboxed Bash environment to AI agents.
This server leverages the @ag-bash/bash engine to allow agents to execute shell commands, process data with jq, and run Python/JS scripts within a secure virtual filesystem.
Install the MCP server globally using npm:
npm install -g @ag-bash/mcp-server
To use Ag-Bash with your favorite AI client, add it to your mcpConfig.json or equivalent configuration file.
On macOS, edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"ag-bash": {
"command": "ag-bash-mcp",
"args": []
}
}
}
Add a new MCP server in your IDE settings with the following details:
ag-bashcommandag-bash-mcpThe server exports the following tools to the agent:
run_bashExecutes a bash script in the sandboxed environment.
script (string, required): The bash code to execute.jq, grep, sed, and other unix utilities.get_stateRetrieves the current state of the shell session.
cwd).Apache-2.0
FAQs
Standalone Model Context Protocol (MCP) server for Ag-Bash — a sandboxed bash environment with 70 agentic tools (run_bash, semantic code edit/diff/analyze, WASM Python/JS, task & worktree management) over stdio JSON-RPC.
The npm package @ag-bash/mcp-server receives a total of 41 weekly downloads. As such, @ag-bash/mcp-server popularity was classified as not popular.
We found that @ag-bash/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.