sritaj_info_mcp_server
Verified Safeby sritajkumarpatel
Overview
This server provides static personal information about 'Sritaj' via the Model Context Protocol (MCP).
Installation
uv run .\src\mcpserver\__main__.pySecurity Notes
The server's source code is simple, returning only static, hardcoded information. There are no dynamic code execution functions (like eval), no hardcoded secrets, and no external dependencies beyond the MCP framework. It poses minimal security risk.
Similar Servers
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-python-starter
A feature-complete Model Context Protocol (MCP) server template in Python for developing AI applications and agents.
agents-mcp-usage
This repository demonstrates the integration of a Model Context Protocol (MCP) server with various AI agent frameworks, showcasing agent communication and operation within a shared context.
model-context-protocol
This server implements the Model Context Protocol, likely for managing and serving contextual data and interactions for AI models.