Skip to main content
Glama
MauricioIPastora

Hello World MCP Server

Hello World MCP Server

A simple MCP (Model Context Protocol) server using STDIO transport, built with TypeScript.

Features

This server exposes:

Tools

  • hello - Says hello to someone (takes a name parameter)

  • get_greeting - Returns a friendly greeting message (no parameters)

Resources

  • server-info (info://server) - Provides information about the server

Related MCP server: Hello World MCP Server

Installation

npm install

Build

npm run build

Usage

Running directly

npm start

Using with Cursor

Add this to your Cursor MCP settings (.cursor/mcp.json in your project or global settings):

{
  "mcpServers": {
    "hello-world": {
      "command": "node",
      "args": ["c:/Users/Mauri/CODE/surph-test-mcp/dist/index.js"]
    }
  }
}

How it works

The server uses STDIO (standard input/output) transport to communicate with MCP clients. When a client connects, it can:

  1. List available tools using tools/list

  2. Call the hello tool with a name to get a personalized greeting

  3. Call the get_greeting tool to get a simple greeting

  4. Access the server-info resource for server information

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Tools

Related MCP Servers

  • -
    license
    -
    quality
    -
    maintenance
    A simple demonstration MCP server that provides basic greeting functionality and server information. Enables users to generate hello messages and retrieve server details through tools and resources.
    Last updated
  • -
    license
    C
    quality
    -
    maintenance
    A simple boilerplate MCP server that provides a basic greeting tool for demonstration purposes. Serves as a starting template for developers to quickly create and deploy custom MCP servers.
    Last updated
    1
    12
  • A
    license
    C
    quality
    D
    maintenance
    A simple MCP server that provides a basic greeting tool for saying hello with customizable names. Serves as a boilerplate template for developers to quickly create and deploy new MCP servers.
    Last updated
    1
    12
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    MCP server providing greeting and echo tools for testing and demonstration.
    Last updated

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MauricioIPastora/surph-test-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server