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.
agents-mcp-usage
Demonstrates a Model Context Protocol (MCP) server integration with various AI agent frameworks.
model-context-protocol
This server implements the Model Context Protocol, likely for managing and serving contextual data and interactions for AI models.
chuk-mcp-server-reference
Reference implementation for Model Context Protocol (MCP) servers and clients, demonstrating all features of the MCP specification.