Agent♥︎Age
Catalog

GRACE Hello MCP

Official1 tool

by rajitharul · JavaScript

A very simple remote MCP server that greets you, with a custom icon.

io.github.rajitharul/grace-hello-mcp — GRACE Hello MCP (MCP)

This repository describes a very simple remote MCP server using the Streamable HTTP transport. It greets users via one exposed tool and advertises a custom icon in the MCP initialize response under serverInfo.icons. The custom PNG icon follows the MCP spec (rev 2025-11-25, SEP-973).

🛠️ Key Features

  • Remote MCP server over Streamable HTTP transport
  • Custom PNG icon advertised via serverInfo.icons
  • One tool exposed: say_hello

🚀 Use Cases

  • Basic “greeting” integration where only a single tool is required
  • Testing or demonstrating MCP server initialization with custom server icons

⚡ Developer Benefits

  • Minimal scope with a single tool (say_hello)
  • Icon generation script (make_icon.py) uses stdlib only, no dependencies
  • Deploy-ready for Render

⚠️ Limitations

  • Exposes only one tool (toolCount: 1)
  • Implements only a greeting capability and icon serving as described

📦 Project Layout

  • server.js: MCP server implementation (Express + @modelcontextprotocol/sdk, Streamable HTTP)
  • make_icon.py: Generates static/icon.png
  • stat...: additional project files (not fully shown)

Related servers

More in Other