Skip to main content
Glama
00-all-in-one.sh1.33 kB
#!/bin/bash set -e # Container-MCP All-in-One Setup Script # This script runs all setup steps in sequence echo "=== Container-MCP All-in-One Setup ===" echo "This script will run all setup steps in sequence." echo "Press CTRL+C at any time to cancel." echo "" echo "Steps to be executed:" echo "1. Initialize project environment" echo "2. Build container" echo "3. Setup environment for container" echo "4. Run container" echo "5. Run tests" echo "" echo "Press ENTER to continue or CTRL+C to cancel..." read -r echo "=== Step 1: Initialize Project Environment ===" bin/01-init.sh echo "" echo "=== Step 2: Build Container ===" bin/02-build-container.sh echo "" echo "=== Step 3: Setup Environment for Container ===" bin/03-setup-environment.sh echo "" echo "=== Step 4: Run Container ===" bin/04-run-container.sh echo "" echo "=== Step 5: Run Tests ===" bin/06-run-tests.sh echo "" echo "=== All-in-One Setup Complete ===" echo "Container-MCP is now set up and running." echo "You can access the API at http://localhost:8000" echo "" echo "Useful commands:" echo "- View container logs: podman logs -f container-mcp" echo "- Stop container: podman stop container-mcp" echo "- Start container: podman start container-mcp" echo "- Remove container: podman rm container-mcp" echo "" echo "Thank you for using Container-MCP!"

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