test-mcp-server
Verified Safeby Ujwalmahajan777
Overview
This server provides a simple HTTP API endpoint using FastMCP to expose a basic mathematical addition function.
Installation
python main.pySecurity Notes
The source code is very simple and does not contain any obvious security vulnerabilities like 'eval', hardcoded secrets, or malicious patterns. The server binds to '0.0.0.0', which is standard but requires proper network firewalling in production environments.
Similar Servers
python-mcp-server
This repository demonstrates how to implement a Model Context Protocol (MCP) server in Python, showcasing STDIO, Server-Sent Events (SSE), and Streamable HTTP connection modes for integrating AI tools.
python_mcp_servers
Automate monitoring tasks by integrating with Prometheus for metric data retrieval, generating PromQL queries, and dynamically creating or updating Grafana dashboards, alongside triggering n8n workflows.
mcp-server-demo
A demonstration server application, likely written in Python, showcasing a specific protocol or service (possibly related to 'MCP').
dora-mcp-server
Provides a server implementation for a Multi-Client Protocol (MCP), likely for managing multiple client connections or game interactions.