Back to Home
Alan-Chen-au icon

mcp-server-demo

Verified Safe

by Alan-Chen-au

Overview

Demonstrates an MCP (Multi-Agent Communication Protocol) server using the FastMCP 2.0 framework, exposing tools, resources, and prompts via an HTTP API.

Installation

Run Command
uv run fastmcp_quickstart.py

Environment Variables

  • PORT

Security Notes

The server enables CORS for all origins (`allow_origins=["*"]`). While this is stated as being for an 'MCP Inspector' and for a 'Demo', it presents a security risk (e.g., CSRF/XSS) if deployed in a production environment without proper upstream security measures. No other critical vulnerabilities like `eval` or hardcoded secrets were found.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens15
Stars0
Forks0
Last Update2025-12-12

Tags

MCP ServerFastMCPPythonAPIDemo