mcp_server_test
Verified Safeby KyleDeng
Overview
Implements a Model Context Protocol (MCP) server to expose Python functions as tools, resources, and prompts for AI agent interaction, facilitating local file system operations, simple arithmetic, and account tracking.
Installation
python custom_mcp.pyEnvironment Variables
- ACCOUNTING_WORKING_DIR
Security Notes
The server primarily performs local file system operations and arithmetic calculations. The 'list_desktop_files' tool exposes desktop file names, which is a minor privacy consideration if exposed to untrusted agents, but is explicitly documented. No 'eval' or other direct code execution vulnerabilities found. Uses local network (127.0.0.1) for SSE transport by default, limiting immediate external exposure. Tools typically require user approval in the client agent.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
agents-mcp-usage
This repository demonstrates the integration of a Model Context Protocol (MCP) server with various AI agent frameworks, showcasing agent communication and operation within a shared context.
mcp_server
This server template provides a foundation for building Model Context Protocol (MCP) servers to integrate with AI assistants and other MCP clients, offering tools for GitHub, Microsoft Graph, weather data, and JWT decoding.