Skip to main content
Glama
emokhtareg

hello-world-mcp

by emokhtareg

Hello World MCP

Minimal Model Context Protocol server written in TypeScript.

What it does

This project starts a stdio-based MCP server with one tool:

  • hello returns Hello, world!

Related MCP server: mcpv3e

Requirements

  • Node.js 18 or newer

  • npm

Install

npm install

Build

npm run build

Run

npm start

For development, you can recompile on change with:

npm run dev

Check with MCP Inspector

MCP Inspector is a browser-based tool for testing MCP servers.

  1. Build the server first:

    npm run build
  2. Start Inspector and point it at the TypeScript source directly:

    npm run inspect
  3. Open the Inspector UI in your browser at:

    http://localhost:6274
  4. In the Inspector, connect to the server and call the hello tool to verify the response.

This runs Inspector against src/index.ts through tsx, so you can test changes without rebuilding first.

Project files

Install Server
A
license - permissive license
A
quality
C
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.

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/emokhtareg/MCP-Hello-World-'

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