Skip to main content
Glama

Hello World MCP Server

by jageenshukla
package.json647 B
{ "name": "hello-world", "version": "1.0.0", "main": "index.js", "scripts": { "start": "node dist/server.js", "build": "tsc", "dev": "ts-node src/server.ts", "test": "jest" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "dotenv": "^16.4.7", "express": "^5.0.1" }, "devDependencies": { "@types/express": "^5.0.1", "@types/jest": "^29.5.14", "@types/node": "^22.13.14", "jest": "^29.7.0", "supertest": "^7.1.0", "ts-jest": "^29.3.0", "ts-node": "^10.9.2", "typescript": "^5.8.2" } }

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/jageenshukla/hello-world-mcp-server'

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