my-mcp-server
Verified Safeby Scarmonit
Overview
This server exposes an AI-centric microservice API using the MCP protocol, providing tools, resources, and prompt templates.
Installation
python main.pySecurity Notes
The provided source code does not contain 'eval', hardcoded secrets, or obvious malicious patterns. It is a standard FastAPI web server, and its exposure via '0.0.0.0:8000' is typical, with inherent network risks common to any publicly accessible service. The 'mcp' library itself would need separate scrutiny, but based on the provided usage, it appears safe.
Similar Servers
mcp-framework-server
A Python-based MCP (Model Context Protocol) server for processing AI-driven career orientation requests using various frameworks and storing conversation history.
mcp_server_example
This server exposes simple Python functions as API endpoints using the FastMCP framework, providing a demonstration of a microservice.
MCP-Server
A server for exposing local tool APIs via the Model Context Protocol (MCP) to be consumed by AI/ML clients or agents.
mcp_hello_server
Minimal MCP-style server implemented with FastAPI for demonstrating and extending Model Context Protocol interactions.