labspace-mcp-workshop-lab-1
Verified Safeby mikegcoleman
Overview
This repository serves as a template to bootstrap a new interactive educational Labspace environment.
Installation
CONTENT_PATH=$PWD docker compose -f oci://dockersamples/labspace-content-dev -f .labspace/compose.override.yaml upEnvironment Variables
- CONTENT_PATH
- DOCKERHUB_USERNAME
- DOCKERHUB_TOKEN
- DOCKERHUB_REPO
Security Notes
The project relies on an external Docker OCI image (`oci://dockersamples/labspace-content-dev`) for its core development environment, the contents of which are not auditable from the provided source. Assuming the `dockersamples` source is trusted, the provided configuration and markdown content do not contain immediate high-severity security risks. Hardcoded secrets are not present; GitHub Actions secrets are properly specified for deployment.
Similar Servers
mcp-devcontainers
Provides a Model Context Protocol (MCP) server for integrating with and managing devcontainer environments via the devcontainers CLI.
gitops-lab
A GitOps lab demonstrating multi-cluster application deployment and management (local-management, local-staging, local-production) for AI/ML inference (image background removal), multiplayer gaming, and .NET microservices using Argo CD, Helm, Istio, and related Kubernetes tooling.
mcp-explorer
A web application for testing and exploring Model Context Protocol (MCP) servers by acting as an API gateway for tool execution.
local-service-launchpad
Provides a script to set up a comprehensive local development environment using Docker for various backend services and cloud emulators.