Skip to main content
Glama

Hello World MCP Server

by snoopdave
package.json896 B
{ "name": "@snoopdave/hello-world-mcp-server", "version": "1.0.0", "description": "Hello World Model Context Protocol server", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "start": "node dist/index.js", "test": "jest", "clean": "rm -rf dist/*" }, "keywords": [ "mcp", "hello-world", "llm", "openctx" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "zod": "^3.24.3" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "eslint": "^8.56.0", "jest": "^29.7.0", "prettier": "^3.1.1", "ts-jest": "^29.3.4", "ts-node": "^10.9.2", "tsx": "^4.19.4", "typescript": "^5.3.3" } }

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/snoopdave/mcp-hello-world-ts'

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