mcp-server1123
Verified Safeby dyl104
Overview
Provides a FastMCP-based server with basic arithmetic tools, dynamic resources, and sophisticated AI prompt generation templates.
Installation
python main.pySecurity Notes
The provided source code for `main.py` does not contain obvious security vulnerabilities such as `eval`, hardcoded credentials, or risky file operations. The server exposes tools and prompts, and their safety depends on the inputs provided to them and the underlying `mcp` framework. Input validation for `name`, `task`, `raw_prompt`, etc., is implicit to the tool/prompt function signatures and not explicitly shown, but typically handled by the framework.
Similar Servers
mcp-ai-agent-guidelines
The MCP server provides a suite of tools for designing, analyzing, and orchestrating AI agents and their components, focusing on structured design, code quality, prompt engineering, and cross-session consistency.
mcp-skeleton
A generic template for building Model Context Protocol (MCP) servers to expose custom business logic as tools for AI models and clients.
hackaton-mcp-server
A production-ready template for developing Model Context Protocol (MCP) servers, enabling AI agents to use specialized tools for arithmetic, code review prompt generation, resource handling, and backend service querying, with integrated Slack bot support via Keycloak OAuth.
tutto-mcp-server
Implements a Model Context Protocol (MCP) server in Python using FastMCP to expose custom tools and resources for consumption by language models.