sample-mcp-server
Verified Safeby cs224
Overview
A sample server demonstrating the Model Context Protocol (MCP) for integrating custom data and tools with ChatGPT's Developer Mode.
Installation
uv run python -m sample_mcp_serverEnvironment Variables
- HOST
- PORT
Security Notes
The server is a 'toy' example explicitly for testing purposes. It does not contain `eval`, `exec`, or other dynamic code execution risks. No hardcoded secrets were found. It is designed to be run locally and exposed via ngrok; however, it explicitly notes 'No authentication' making it unsuitable for production, but safe for its stated test use. The data returned is hardcoded and non-sensitive.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
mcp_server
This server template provides a foundation for building Model Context Protocol (MCP) servers to integrate with AI assistants and other MCP clients, offering tools for GitHub, Microsoft Graph, weather data, and JWT decoding.
KensMCP
A custom Model Context Protocol (MCP) server that provides a suite of developer utilities for AI assistants to perform real actions.
mcp-toolbox
Provides a set of utility tools (format conversion, text processing, network checks) exposed via the Model Context Protocol (MCP) for LLMs to consume.