A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A Public Template For Building A Docker MCP GUI App With Remote and Local Servers Using Docker MCP Gateway and Model Run
This repository contains both demo applications from my recent Docker MCP YouTube Tutorial — combining Docker MCP Catalog, remote & local MCP servers, and a full-stack LLM web app using Docker Model Runner.
This is a further development of my Full Stack LLM Project from: https://github.com/MariyaSha/simple_AI_assistant
To setup and run this application step by step, please watch my YouTube tutorial below. It will explain all the app processes, and the logic behind them.
This video demonstrates how to:
If you watched the video, this is the codebase used in the workflow.
This app serves as a starter template for building professional AI assistants with real tools.
git clone https://github.com/MariyaSha/Docker_MCPGUIApp.git
cd Docker_MCPGUIApp/mcp_demo_app
Authorization: "Bearer <Stripe secret key goes here>"
docker compose up --build
git clone https://github.com/MariyaSha/Docker_MCPGUIApp.git
cd Docker_MCPGUIApp/complete_app
Rename the example file:
mv example.env .env
Edit .env and add your secrets:
STRIPE_SECRET_KEY="<YOUR SECRET KEY FROM STRIPE GOES HERE>"
.env if you go for a different modeldocker compose up --build
Open your browser at:
http://localhost:8501
Feel free to fork, extend, and reuse this project.
MIT License
MCP server integration for DaVinci Resolve Studio
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba