
Security News
Next.js moves to scheduled security releases
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.
@trippnology/mcp-server-hello-world
Advanced tools
A NodeJS implementation of a Model Context Protocol (MCP) Hello World server, primarily intended for testing and development purposes.
A lightweight NodeJS implementation of a Model Context Protocol (MCP) Hello World server for testing and development purposes.
Inspired by mcp-hello-world, but much more lightweight (~17MB vs 1GB+).
Complete MCP Protocol Support with resources, tools, and prompts:
Resources: Static and dynamic data sources
hello://world - Returns "Hello World!"greeting://{name} - Returns personalized greetingTools: Invokable functions
echo - Echoes input with "Hello " prefixdebug - Lists all available MCP capabilitiesPrompts: Predefined conversation templates
helpful-assistant - Basic assistant promptCommunication Modes:
http://localhost:3000)
/health - Health check endpoint/messages - HTTP POST endpoint for MCP messages/sse - Server-Sent Events endpointnpm install --save-dev @trippnology/mcp-server-hello-world
npm install -g @trippnology/mcp-server-hello-world
# STDIO mode (default)
npx @trippnology/mcp-server-hello-world
# HTTP/SSE mode
npx @trippnology/mcp-server-hello-world --mode http --port 3000
# Via package.json scripts
npm run mcp:stdio
npm run mcp:http
# Or directly
./node_modules/.bin/mcp-hello-world --mode stdio
./node_modules/.bin/mcp-hello-world --mode http --port 8080
mcp-hello-world --mode stdio
mcp-hello-world --mode http --port 3000
--mode <stdio|http> - Communication mode (default: stdio)--port <number> - HTTP server port (default: 3000)--host <string> - HTTP server host (default: localhost)--verbose - Enable verbose logging--version - Show version--help - Show helpAdd these scripts to your package.json for easy testing:
{
"scripts": {
"mcp:stdio": "mcp-hello-world --mode stdio",
"mcp:http": "mcp-hello-world --mode http --port 3001"
}
}
npm test
For detailed API documentation, request/response examples, and implementation details, see API.md.
git checkout -b my-new-feature developgit commit -am 'Add some feature'git push origin my-new-featureMIT
Copyright (c) 2025 Rikki Tripp - Trippnology
FAQs
A NodeJS implementation of a Model Context Protocol (MCP) Hello World server, primarily intended for testing and development purposes.
The npm package @trippnology/mcp-server-hello-world receives a total of 2 weekly downloads. As such, @trippnology/mcp-server-hello-world popularity was classified as not popular.
We found that @trippnology/mcp-server-hello-world demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.