just-bash-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JUST_BASH_PROJECT_ROOT | No | Project dir to mount in the overlay | cwd |
| JUST_BASH_NETWORK_ALLOW | No | Comma-separated URL prefixes (e.g. https://api.github.com/,https://registry.npmjs.org/) | |
| JUST_BASH_MAX_DURATION_MS | No | Max script duration | 30000 |
| JUST_BASH_MAX_OUTPUT_BYTES | No | Max stdout bytes | 1048576 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bash_execA | Execute a bash script in a sandboxed virtual filesystem mounted at the project root. Writes go to an in-memory overlay and do NOT touch the real filesystem unless committed. Network is disabled unless JUST_BASH_NETWORK_ALLOW is set. Supports: cat/cp/ls/find/grep/awk/sed/sort/uniq/jq/sqlite3/xan/yq/tar/tee, optional python3 (CPython WASM) and js-exec (QuickJS) runtimes. |
| sandbox_statusA | Show the current sandbox state: project root, age, exec count, last script, network policy. |
| sandbox_resetA | Discard the current sandbox (drops all in-memory writes) and create a fresh one. Use this when you want to start over from the real project state. |
| realpathA | Resolve a sandbox path to its real filesystem path (for reading or committing). |
| path_existsA | Check if a path exists in the sandbox (overlay + real fs). |
| faf_migrateA | Run |
| faf_syncA | Run |
| faf_scoreA | Run |
| faf_moltbot_syncA | Run |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/drizjet/just-bash-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server