Back to Home
cs224 icon

sample-mcp-server

Verified Safe

by cs224

Overview

A sample server demonstrating the Model Context Protocol (MCP) for integrating custom data and tools with ChatGPT's Developer Mode.

Installation

Run Command
uv run python -m sample_mcp_server

Environment 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

Stats

Interest Score0
Security Score10
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-02

Tags

ChatGPTMCPConnectorPythonAPITooling