We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/54rt1n/container-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
unrestricted.env•769 B
# Container-MCP Unrestricted Configuration
# Note: The port value below defines the external port mapping.
# Inside the container, the application always listens on port 8000.
LISTENER_HOST=0.0.0.0
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=false
MCP_ENABLE_APPARMOR=false
COMMAND_RESTRICTED=false
# No command restrictions are applied when COMMAND_RESTRICTED=false
# 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 unrestricted configuration, all tool groups are enabled
TOOLS_ENABLE_SYSTEM=true
TOOLS_ENABLE_FILE=true
TOOLS_ENABLE_WEB=true
TOOLS_ENABLE_KB=true