Back to Home
kensuen icon

KensMCP

by kensuen

Overview

A custom Model Context Protocol (MCP) server that provides a suite of developer utilities for AI assistants to perform real actions.

Installation

Run Command
python -m src.server

Security Notes

The `_handle_calculate` function uses `eval()` with user-provided `expression`. Although attempts are made to restrict the execution environment using `__builtins__={}` and a `safe_dict`, `eval()` is inherently dangerous when processing untrusted input and can lead to arbitrary code execution, resource exhaustion, or other vulnerabilities. The HTTP server binds to `0.0.0.0` by default, making it accessible on all network interfaces, which could expose the server and its `eval()` vulnerability if not run securely within a controlled environment.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassLow
Avg Tokens75
Stars0
Forks0
Last Update2025-11-28

Tags

MCPAI ToolsDeveloper UtilitiesPythonLocal Server