Skip to main content
Glama
cameronsjo

MCP Server Template

by cameronsjo
package.json2.05 kB
{ "name": "mcp-server-template", "version": "0.1.0", "description": "MCP Server Template - A production-ready template for building Model Context Protocol servers", "type": "module", "main": "dist/index.js", "bin": { "mcp-server-template": "dist/index.js" }, "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js", "check": "tsc --noEmit", "lint": "eslint src", "lint:fix": "eslint src --fix", "format": "prettier --write .", "format:check": "prettier --check .", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "validate": "npm run check && npm run lint && npm run format:check && npm run test:run", "inspector": "npx @anthropic-ai/mcp-inspector node dist/index.js", "prepare": "husky" }, "keywords": [ "mcp", "model-context-protocol", "claude", "ai", "llm" ], "author": "", "license": "MIT", "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.24.3", "@opentelemetry/api": "^1.9.0", "@opentelemetry/auto-instrumentations-node": "^0.50.0", "@opentelemetry/exporter-trace-otlp-http": "^0.56.0", "@opentelemetry/resources": "^1.29.0", "@opentelemetry/sdk-node": "^0.56.0", "@opentelemetry/semantic-conventions": "^1.28.0", "@sentry/node": "^8.55.0", "dotenv": "^16.4.7", "express": "^4.21.2", "jose": "^6.1.3", "sql.js": "^1.11.0", "zod": "^3.24.1" }, "devDependencies": { "@eslint/js": "^9.16.0", "@types/express": "^5.0.0", "@types/node": "^22.10.2", "@vitest/coverage-v8": "^2.1.8", "eslint": "^9.16.0", "husky": "^9.1.7", "lint-staged": "^15.2.11", "prettier": "^3.4.2", "tsx": "^4.19.2", "typescript": "^5.7.2", "typescript-eslint": "^8.18.0", "vitest": "^2.1.8" }, "lint-staged": { "*.{ts,tsx}": [ "eslint --fix", "prettier --write" ], "*.{json,md}": [ "prettier --write" ] } }

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/cameronsjo/mcp-server-template'

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