[server]
# Server configuration
host = "0.0.0.0"
port = 8000
[auth]
require_auth = false
# Default user ID when authentication is disabled
default_user_id = "root"
# Maximum number of sandboxes a user can create
user_sandbox_limit = 3
[docker]
# Default Docker image name
default_image = "python-sandbox:latest"
# Dockerfile path
dockerfile_path = "sandbox_images/Dockerfile"
# Whether to check for Dockerfile changes and rebuild if needed
check_dockerfile_changes = true
# File to store last build information
build_info_file = ".docker_build_info"
[logging]
# Logging configuration
level = "INFO"
format = "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
log_file = "mcp_sandbox.log"
[mirror]
pypi_index_url = "https://pypi.tuna.tsinghua.edu.cn/simple"
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/JohanLi233/python-mcp-sandbox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server