Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Model Context Protocol Server
by
adrianozagallo-home
Verified
npm
GitHub
Cloud Platforms
Virtualization
TypeScript
2,575
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server
.github
k8s
src
azure.yaml
Dockerfile
.gitignore
package.json
package-lock.json
README.md
tsconfig.json
web.config
{ "name": "mcp-server", "version": "1.0.0", "description": "Model Context Protocol Server", "main": "dist/index.js", "scripts": { "start": "node dist/index.js", "build": "tsc", "test": "jest", "lint": "eslint . --ext .ts" }, "dependencies": { "express": "^4.18.2", "cors": "^2.8.5", "dotenv": "^16.0.3", "helmet": "^6.0.1", "express-rate-limit": "^6.7.0", "winston": "^3.8.2" }, "devDependencies": { "@types/express": "^4.17.17", "@types/cors": "^2.8.13", "@types/node": "^18.15.11", "typescript": "^5.0.4", "jest": "^29.5.0", "@types/jest": "^29.5.0", "ts-jest": "^29.1.0", "eslint": "^8.38.0", "@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.58.0" } }