# Container-MCP Default Configuration
# Note: The port value below defines the external port mapping.
# Inside the container, the application always listens on port 8000.
LISTENER_HOST=127.0.0.1
MCP_HOST=0.0.0.0
MCP_PORT=8000
MCP_LOG_LEVEL=info
MCP_SANDBOX_DIR=/app/sandbox
MCP_MAX_PROCESSES=10
MCP_TIMEOUT=30
MCP_ENABLE_FIREJAIL=true
MCP_ENABLE_APPARMOR=true
COMMAND_RESTRICTED=true
BASH_ALLOWED_COMMANDS=ls,cat,grep,find,pwd,echo,mkdir,touch,rm,cp,mv
# Set your brave search api key, available at https://api-dashboard.search.brave.com/register
BRAVE_SEARCH_API_KEY=
# --- Tool Enable/Disable Flags ---
# In the secure default configuration, system tools are disabled
TOOLS_ENABLE_SYSTEM=false
TOOLS_ENABLE_FILE=true
TOOLS_ENABLE_WEB=true
TOOLS_ENABLE_KB=true