localmcp
by josucueva
Overview
Provides an MCP server with tools for basic mathematical operations and CSV data analysis.
Installation
docker mcp gateway run --servers docker://mcp-math-server:latestSecurity Notes
The `get_csv_stats` tool accepts a `file_path` as a string argument and directly uses it in `pd.read_csv()`. This creates a path traversal vulnerability, allowing an attacker to potentially read arbitrary files on the server's filesystem if `file_path` is not properly sanitized or restricted by the calling gateway/client. This can lead to sensitive information disclosure.
Similar Servers
plotting-mcp
A MCP server that transforms CSV data into visualizations like line, bar, pie, and world maps for AI assistants and chat applications.
chuk-mcp-math-server
A highly configurable Mathematical Computation Protocol (MCP) server providing comprehensive mathematical functions via STDIO and HTTP transports, suitable for integration with LLMs like Claude Desktop.
MCP-server-example
Provides a Micro-Agent Compute Protocol (MCP) server exposing basic arithmetic operations (add, subtract, multiply, divide) as callable tools.
mcp-server
This server exposes a set of tools and resources, including arithmetic operations, web browser control, data retrieval, and dynamic greetings, accessible via the MCP protocol over HTTP.