Skip to main content
Glama

MCP Express Server

by pr0methevs
package.json812 B
{ "name": "service-now-mcp", "version": "1.0.0", "description": "MCP Server template using Express and TypeScript.", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js", "type-check": "tsc --noEmit" }, "keywords": [ "mcp", "server", "sse" ], "author": "", "license": "MIT", "type": "commonjs", "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/node": "^24.10.1", "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0", "typescript": "^5.9.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.24.2", "cors": "^2.8.5", "dotenv": "^17.2.3", "express": "^5.2.1" } }

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

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