Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CCC_MODELNoDefault model for child Claude Code tasks (alias such as opus/sonnet/haiku or a full model name like claude-opus-5). Used when no model is passed to the tool call.
CCC_GIT_BINNoOverrides the path to the git binary used by the run_git tool.
CCC_LOG_FILENoPath to the JSONL log file where operations and task progress are recorded.
CCC_CLAUDE_BINNoOverrides the path to the Claude Code CLI binary (claude) used to run child tasks.
CCC_MCP_CONFIGNoPath to the ccc-mcp.config.json configuration file. The server otherwise looks for ccc-mcp.config.json next to the package, then in the current directory.
CCC_TIMEOUT_MSNoTimeout in milliseconds after which a hung task process is killed together with its descendants (default 30 minutes).
CCC_ALLOWED_ROOTSNoWhitelist of allowed project directories (multiple paths separated by ';'). Required for the server to start if no config file providing allowedRoots is found; project_dir is realpath-resolved and checked against this list before any process is spawned.
CCC_HOOKS_ENABLEDNoEnable per-operation permissions (PreToolUse hooks) for the child Claude Code (1 or 0; disabled by default).
CCC_STREAM_EVENTSNoKillswitch for stream-json event parsing, which powers task observability (1 or 0; enabled by default). Set to 0 if the installed CLI does not support --output-format stream-json.
CCC_AUTO_APPROVE_COMMANDSNoCommands to auto-approve without a permission request (multiple commands separated by ';'), used when per-operation permissions are enabled.

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources