Skip to main content
Glama
startup.sh482 B
#!/bin/bash set -e echo "Starting Container-MCP..." # Load AppArmor profiles if AppArmor is available if [ -d "/sys/kernel/security/apparmor" ]; then echo "Loading AppArmor profiles..." apparmor_parser -r /etc/apparmor.d/mcp-bash || true apparmor_parser -r /etc/apparmor.d/mcp-python || true else echo "AppArmor not available, skipping profile loading" fi # Start the main application echo "Launching MCP application..." exec /app/.venv/bin/python /app/cmcp/main.py "$@"

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/54rt1n/container-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server