mcp-remote-server-test
Verified Safeby anjalbhattarai79
Overview
This project demonstrates how to create a minimal MCP server using the FastMCP framework, exposing a single greeting tool.
Installation
python my_server.pySecurity Notes
The server exposes a single 'greet' function that performs basic string formatting with user input. There are no 'eval' statements, dynamic code execution, or obvious hardcoded secrets. It runs on HTTP, which is acceptable for a local demo but would require HTTPS for production. Overall, it appears safe for its stated purpose as a demonstration.
Similar Servers
test-mcp-server
A .NET Core web API application designed for deployment on AWS, integrating with AWS Lambda for serverless functions and Keycloak for authentication.
dev-workflow-mcp-server
Enforce development workflow discipline by guiding developers through a sequence of best practices (testing, documentation, commit, release) using an MCP (Model Context Protocol) server.
test-remote-server
A personal expense tracking server providing tools to add, list, and summarize financial entries.
remote-mcp-server-authless
Deploys an unauthenticated Model Context Protocol (MCP) server to Cloudflare Workers, providing a calculator agent and a file reading tool for AI clients.