The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Encouragement MCP listing page.
Encouragement MCP is a tiny Model Context Protocol (MCP) server that provides short, positive encouragement messages for AI agents during long-running or difficult tasks.
It is hosted on Cloudflare Workers and exposes a public Streamable HTTP MCP endpoint.
Transport: Streamable HTTP
Authentication: none currently required
encourage_agentReturns a short encouragement message for an AI coding agent.
Example response:
Configure your MCP client to use the public Streamable HTTP endpoint:
Some clients may require explicitly setting the transport type to streamable-http.
Install dependencies:
Run type checking:
Start a local Cloudflare Workers development server:
The MCP endpoint is available at /mcp on the local Wrangler dev URL.
Authenticate with Cloudflare Wrangler if needed:
Deploy to Cloudflare Workers:
This repository includes server.json for MCP Registry publication. The registry entry describes the hosted remote server and its Streamable HTTP endpoint.