localmcp
by donjosh-ua
Overview
Provides basic mathematical addition and CSV data analysis functionalities as an MCP server tool.
Installation
docker mcp gateway run --servers docker://mcp-math-server:latestSecurity Notes
The `get_csv_stats` tool allows a `file_path` argument that directly uses `pd.read_csv()`. Without proper input validation or strict sandboxing (e.g., within a Docker volume mounted only to '/data' and strict path enforcement by the gateway), this could lead to arbitrary file disclosure within the container's accessible filesystem if a malicious path is provided.
Similar Servers
mcp-server-demo
This project demonstrates running an MCP (Model Control Protocol) server with a simple calculator tool, deployed via Docker.
mcpserverexample
Provides a simple arithmetic addition tool as a Micro-Cloud Platform (MCP) server.
mcpserver_example
Provides an MCP (Mathematical Computation Protocol) server exposing a simple integer addition function as a tool.
mcp-server
This server provides a simple mathematical 'add' tool via the Multi-tool Coordination Protocol (MCP) framework, designed for integration into a larger MCP ecosystem.