Back to Home
hsiangjenli icon

python-mcp-template

Verified Safe

by hsiangjenli

Overview

A DevOps-friendly template for building Multi-Agent Communication Protocol (MCP) servers using FastAPI and fastmcp.

Installation

Run Command
docker run --rm -i -p 8000:8000 python-mcp-template:latest

Security Notes

The template uses a permissive CORS configuration (allow_origins=['*']) in `mcp_tools/main_http.py`, which is common for development but might require stricter configuration for production deployments to prevent potential cross-site scripting vulnerabilities. No other critical security risks like hardcoded secrets, 'eval' usage, or obvious malicious patterns were identified in the provided code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-12-08

Tags

PythonFastAPIMCPDevOpsDocker