A progressive collection of MCP (Model Context Protocol) servers built in Python — from basics to production-grade tooling.
Each implementation is self-contained and tested in MCP Inspector.
| Folder | Description | Tools |
|---|---|---|
01-basics |
First MCP server — core primitives | add, get_current_time, search_notes |
devmind |
Developer-focused tool server with HITL | read_file, write_file, list_directory, run_python_snippet, format_json, count_tokens |
uv syncEach folder has its own server entry point. Run via uv run or configure in your MCP client.