Docker_MCPGUIApp
Verified Safeby MariyaSha
Overview
This repository provides a starter template for building full-stack AI assistants that integrate with real-world tools using Docker MCP Gateway and a Large Language Model.
Installation
docker compose up --buildEnvironment Variables
- STRIPE_SECRET_KEY
- BASE_URL
- MODEL_NAME
- LOCAL_MCP_HOST
- REMOTE_MCP_HOST
Security Notes
The `mcp_demo_app` setup instructs users to directly embed a Stripe secret key into `catalog.yaml`, which poses a risk if committed to a public repository. The `complete_app` mitigates this by using environment variables (`.env`) for secrets, which is a better practice. No 'eval' or obvious malicious patterns were found. Network communication to external services is handled via Docker MCP Gateway.
Similar Servers
Docker_MCPGUIApp
This repository provides a starter template for building full-stack AI assistants that integrate with real-world tools using Docker MCP Gateway and a Large Language Model.
fastchat-mcp
A Python client for integrating Language Models with Model Context Protocol (MCP) servers, allowing natural language interaction with external tools, resources, and prompts.
tiny_chat
A RAG-enabled chat application that integrates with various LLM backends (OpenAI, Ollama, vLLM) and a Qdrant vector database, offering web search capabilities and an OpenAI-compatible API.
mcp-explore
A Streamlit chat application integrating multiple MCP servers (local and remote) to orchestrate LLM tool calls.