Skip to main content
Glama
chry8822

MCP Server Starter (TypeScript)

by chry8822
package.json1.15 kB
{ "name": "mcp-typescript-starter", "version": "1.0.0", "description": "A minimalistic MCP server demonstrating tools, resources, and prompts", "main": "index.js", "type": "module", "scripts": { "build": "tsc", "dev": "npm run build && node dev", "start": "node build/index.js" }, "keywords": [ "mcp", "hello-world", "example", "tutorial" ], "author": "", "license": "MIT", "engines": { "node": ">=20.11.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.20.2", "cors": "^2.8.5", "dotenv": "^17.2.3", "express": "^5.1.0", "fast-glob": "^3.3.3", "zod": "^3.25.0" }, "devDependencies": { "@eslint/js": "^9.38.0", "@types/cors": "^2.8.19", "@types/express": "^5.0.4", "@types/node": "^24.9.1", "@typescript-eslint/parser": "^8.46.2", "eslint": "^9.38.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-sonarjs": "^3.0.5", "hygen": "^6.2.11", "knip": "^5.66.2", "typescript": "^5.9.3", "typescript-eslint": "^8.46.2" }, "bin": { "mcp-hello-world": "./build/index.js" }, "files": [ "build" ] }

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/chry8822/workout-MCP'

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