mcp-demo
Verified Safeby relyky
Overview
This project is a demonstration of an MCP (Model Context Protocol) server built using the FastMCP framework, providing tools and resources for AI models to interact with.
Installation
uv run mcp dev server.pySecurity Notes
The provided source code is simple and demonstrates basic arithmetic and string manipulation. No dangerous functions like 'eval' or 'exec' are used. There are no hardcoded secrets or network vulnerabilities present in the given snippets. The f-string usage in 'get_greeting' is safe within the server's context and does not introduce direct server-side vulnerabilities.
Similar Servers
agents-mcp-usage
Demonstrates how to build a Model Context Protocol (MCP) server and integrate various agent frameworks.
memory-mcp-server
Provides a long-term memory server using the Model Context Protocol (MCP) to store and retrieve context for Large Language Models (LLMs).
MCP-Servers-using-Python
Demonstrates how to build Model Context Protocol (MCP) servers using `fastmcp` and `fastapi_mcp` libraries through various examples.
mcp_hello_server
Minimal MCP-style server implemented with FastAPI for demonstrating and extending Model Context Protocol interactions.