MCP_Server
Verified Safeby Zarak-Shah-ji
Overview
To expose custom Python functions as callable tools or services via the Model Context Protocol (MCP) framework.
Installation
mcp dev server.pySecurity Notes
No immediate security risks found in the provided truncated source code. No use of 'eval', hardcoded secrets, or suspicious patterns are present. The simple `add` function poses no inherent risk.
Similar Servers
tmcp
Build Model Context Protocol (MCP) servers for AI agents, providing schema-agnostic tools, resources, and prompts, with optional OAuth 2.1 authentication and distributed session management.
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
mcp-mcp
A Meta-MCP server to discover, suggest, and potentially provision other Model Context Protocol (MCP) servers for AI assistants.
mcp_server
This server implements the Model Context Protocol (MCP) to expose developer-defined tools as a HTTP API, specifically demonstrating a task creation tool.