https://github.com/dockersamples/labspace-mcp-gateway
https://github.com/dockersamples/labspace-mcp-gateway
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dockersamples/labspace-mcp-gateway
- Owner: dockersamples
- License: apache-2.0
- Created: 2025-09-17T21:00:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-17T21:08:52.000Z (9 months ago)
- Last Synced: 2025-10-06T03:40:06.890Z (9 months ago)
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-labspaces - Using MCP Servers with the MCP Gateway
README
# Labspace - MCP Gateway
This Labspace provides an overview of the [MCP Gateway](https://github.com/docker/mcp-gateway), which provides the ability to run containerized MCP servers safely and securely.
## Learning objectives
This Labspace will teach you the following:
- Learn about the Docker MCP Gateway
- Learn how to run the MCP Gateway with a simple MCP server
- Securely inject secrets into MCP servers
- Filter tools to reduce noise and save tokens
- Learn how to connect the MCP Gateway to your application using popular agentic frameworks
## Launch the Labspace
To launch the Labspace, run the following command:
```bash
docker compose -f oci://dockersamples/labspace-mcp-gateway up -d
```
And then open your browser to http://localhost:3030.
### Using the Docker Desktop extension
If you have the Labspace extension installed (`docker extension install dockersamples/labspace-extension` if not), you can also [click this link](https://open.docker.com/dashboard/extension-tab?extensionId=dockersamples/labspace-extension&location=dockersamples/labspace-mcp-gateway&title=Docker%20MCP%20Gateway) to launch the Labspace.