Skip to main content
Glama

MCP TypeScript Template

package.json1.41 kB
{ "name": "mcp-typescript-template", "version": "1.0.0", "description": "TypeScript template for building MCP servers", "type": "module", "main": "dist/index.js", "scripts": { "build": "vite build", "dev": "node --watch src/index.ts", "start": "node dist/index.js", "test": "vitest", "test:ci": "vitest run --reporter=json --outputFile=test-results.json", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "format": "prettier --write src/**/*.ts", "format:check": "prettier --check src/**/*.ts" }, "keywords": [ "mcp", "typescript", "template", "vite", "server" ], "author": "", "license": "MIT", "engines": { "node": ">=22.18.0" }, "devDependencies": { "@commitlint/cli": "^19.0.0", "@commitlint/config-conventional": "^19.0.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/node": "^24.7.0", "@typescript-eslint/eslint-plugin": "^8.46.0", "@typescript-eslint/parser": "^8.46.0", "concurrently": "^9.2.0", "eslint": "^8.0.0", "prettier": "^3.0.0", "semantic-release": "^24.0.0", "typescript": "^5.9.3", "vite": "^7.1.9", "vitest": "^3.2.4" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.19.1", "@types/express": "^5.0.3", "express": "^5.1.0", "pino": "^9.0.0", "pino-pretty": "^13.1.1" } }

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/moonlitknight/mcp1template'

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