hello-mcp-glama
hello-mcp
A deliberately tiny, risk-free MCP server for learning how MCP directory listings work.
Repository: https://github.com/mikej345/hello-mcp
No network calls, no API keys, no user data. Every tool is read-only and pure.
Runs over both MCP transports:
stdio(for "runs from source" listings) and Streamable HTTP (for "hosted endpoint" listings).
Tools
Tool | Input | Returns |
| none | A random engineering rule of thumb |
|
| Their sum |
| none | Current UTC time (a liveness check) |
Related MCP server: File System Explorer MCP Server
Run it locally
pip install -r requirements.txt
# stdio (an AI app launches it as a local program)
python server.py
# Streamable HTTP (serves http://localhost:8000/mcp)
MCP_TRANSPORT=streamable-http python server.pyInspect it with the official MCP Inspector (needs Node.js):
npx @modelcontextprotocol/inspector python server.pyConfiguration
Env var | Default | Purpose |
|
|
|
|
| Bind address for HTTP |
|
| Port for HTTP (most hosts set this for you) |
License
MIT
Related MCP Connectors
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
2,000+ MCP servers read at source level. Know what one does before you connect. Free, no key.
An MCP server for deep research or task groups
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA simple learning-focused MCP server that demonstrates basic functionality with tools for mathematical operations, system information, and email validation, plus sample file resources. Perfect for understanding MCP protocol basics and testing integrations.16 npmISC
- AlicenseBqualityDmaintenanceA beginner-friendly MCP server that enables AI to explore file systems through tools for listing directories, reading files, searching with wildcards, and getting file metadata. Perfect for learning MCP development while providing practical file system interaction capabilities.416 npmMIT
- AlicenseCqualityCmaintenanceAn educational MCP server exposing shell command execution (PowerShell and sh) and a benign tool for learning about MCP tools, resources, and security risks like tool poisoning.33MIT
- AlicenseBqualityBmaintenanceA deliberately small MCP server that demonstrates security hardening against the OWASP MCP Top 10 with tools for file search, record queries, and document fetching, each defended against path traversal, SQL injection, and SSRF.4MIT