Back to Home
Mahmoud-Khater icon

mcp-server-demo

Verified Safe

by Mahmoud-Khater

Overview

This project demonstrates running an MCP (Model Control Protocol) server with a simple calculator tool, deployed via Docker.

Installation

Run Command
docker run -p 8050:8050 mcp-server

Security Notes

The server binds to `0.0.0.0`, making it broadly accessible; ensure proper firewall rules are in place for production environments. Environment variables are loaded from a `.env` file, which is good practice for managing secrets, though the relative path `../.env` could lead to issues if the execution context changes. No direct malicious patterns or dangerous functions like `eval` were observed in the provided source.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens150
Stars0
Forks0
Last Update2025-11-26

Tags

MCPDockerServerPythonAPI