Back to Home
josucueva icon

localmcp

by josucueva

Overview

Provides an MCP server with tools for basic mathematical operations and CSV data analysis.

Installation

Run Command
docker mcp gateway run --servers docker://mcp-math-server:latest

Security 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

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2025-11-29

Tags

MCP ServerPythonData AnalysisMathematical OperationsDocker