Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JUST_BASH_PROJECT_ROOTNoProject dir to mount in the overlaycwd
JUST_BASH_NETWORK_ALLOWNoComma-separated URL prefixes (e.g. https://api.github.com/,https://registry.npmjs.org/)
JUST_BASH_MAX_DURATION_MSNoMax script duration30000
JUST_BASH_MAX_OUTPUT_BYTESNoMax stdout bytes1048576

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 migrate on a project directory to upgrade project.faf to the latest schema version. Operates on the REAL filesystem (bypasses the bash sandbox). Modifies project.faf in place.

faf_syncA

Run faf sync on a project directory to regenerate CLAUDE.md and other agent docs from project.faf. Operates on the REAL filesystem. May overwrite faf-generated AGENTS.md (use a custom AGENTS.md to keep your own).

faf_scoreA

Run faf score on a project directory to get a quality report (slot fill %, color). Read-only. Operates on the REAL filesystem.

faf_moltbot_syncA

Run faf-moltbot sync on a project directory to generate SOUL.md with persona + constraints inline. Operates on the REAL filesystem. Overwrites SOUL.md in the project root.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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