hc0061365-mcp-hello-world
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hc0061365-mcp-hello-worldSay hello to John"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Hello World
A simple MCP (Model Context Protocol) server that provides hello world greeting tools.
工具列表 | Tools
工具名称 | 描述 |
| 向某人问好,返回友好的问候消息 |
| 同时向多人问好 |
Related MCP server: Hello World MCP Server
前置需求 | Prerequisites
Node.js 22 或以上版本
开始使用 | Getting Started
使用 Stdio 启动 | Start with Stdio transport
在 MCP 客户端配置中添加以下内容:
{
"mcpServers": {
"hc0061365-mcp-hello-world": {
"command": "npx",
"args": ["hc0061365-mcp-hello-world@latest"]
}
}
}本地开发 | Local Development
# 安装依赖
npm install
# 使用 MCP Inspector 测试
npx @modelcontextprotocol/inspector node src/index.jsMCP 客户端配置 | MCP Client Configuration
Claude Desktop
编辑 ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"hc0061365-mcp-hello-world": {
"command": "node",
"args": ["/path/to/hc0061365-mcp-hello-world/src/index.js"]
}
}
}Cursor
编辑 ~/.cursor/mcp.json:
{
"mcpServers": {
"hc0061365-mcp-hello-world": {
"command": "node",
"args": ["/path/to/hc0061365-mcp-hello-world/src/index.js"]
}
}
}VS Code
在工作区 .vscode/mcp.json 中添加:
{
"mcpServers": {
"mcp-hello-world": {
"command": "node",
"args": ["${workspaceFolder}/src/index.js"]
}
}
}License
MIT
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/hc0061365/hc0061365-mcp-hello-world'
If you have feedback or need assistance with the MCP directory API, please join our Discord server