Back to Browse

Encouragement MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Provides short, positive encouragement messages for AI agents during long-running or difficult tasks

About

Provides short, positive encouragement messages for AI agents during long-running or difficult tasks

Remote endpoints: streamable-http: https://encouragement-mcp.zeke-rutledge.workers.dev/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

1 tool verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-zekerutledge-encouragement-mcp": {
      "url": "https://encouragement-mcp.zeke-rutledge.workers.dev/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Encouragement MCP

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.

Public endpoint

https://encouragement-mcp.zeke-rutledge.workers.dev/mcp

Transport: Streamable HTTP

Authentication: none currently required

Tools

encourage_agent

Returns a short encouragement message for an AI coding agent.

Example response:

You are capable, careful, and helpful. That is exactly what this task needs.

Connect from an MCP client

Configure your MCP client to use the public Streamable HTTP endpoint:

{
  "mcpServers": {
    "encouragement": {
      "url": "https://encouragement-mcp.zeke-rutledge.workers.dev/mcp"
    }
  }
}

Some clients may require explicitly setting the transport type to streamable-http.

Local development

Install dependencies:

npm install

Run type checking:

npm run typecheck

Start a local Cloudflare Workers development server:

npm run dev

The MCP endpoint is available at /mcp on the local Wrangler dev URL.

Deploy

Authenticate with Cloudflare Wrangler if needed:

wrangler login

Deploy to Cloudflare Workers:

npm run deploy

MCP Registry

This repository includes server.json for MCP Registry publication. The registry entry describes the hosted remote server and its Streamable HTTP endpoint.

Reviews

No reviews yet

Be the first to review this server!