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

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