A minimal Python MCP server template with Streamable HTTP transport, bearer token authentication, and a health check endpoint. It provides a starting point for adding custom tools and deploying to Render.
A minimal Model Context Protocol (MCP) server that uses streamable HTTP transport to provide demo tools for calculations, notes, and time. It serves as a standalone example for testing MCP connectivity and gateway registration through a standard HTTP endpoint.
A minimal MCP server exposing four trivial tools: arithmetic calculation, current time lookup, and in-memory note storage. It serves as a teaching example to demonstrate the complete MCP request/response cycle with a Gemini agent.
A minimal Model Context Protocol server exposing arithmetic, time, and note-taking tools over streamable HTTP, with in-memory state and Docker support.
A minimal MCP server template for Python with Streamable HTTP transport, bearer token authentication, and a health check endpoint, designed for one-click deployment on Render.