Skip to main content
Glama

Time MCP Server

by ampcome-mcps
MIT License
6,156
package.json1.65 kB
{ "name": "time-mcp", "version": "1.0.3", "description": "Time MCP Server, giving LLMs time awareness capabilities.", "private": false, "type": "module", "keywords": [ "AI", "LLM", "MCP", "ModelContextProtocol", "Time MCP Server", "LLM Tool", "dayjs" ], "author": "zac.ma", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yokingma/time-mcp.git" }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "time-mcp": "dist/index.js" }, "files": [ "dist/**" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=20.0.0" }, "scripts": { "dev": "tsx src/index.ts", "build": "tsup && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "lint": "eslint src", "lint:fix": "eslint src --fix", "prepare": "npm run build" }, "tsup": { "entry": [ "src/index.ts" ], "outDir": "dist", "format": [ "cjs", "esm" ], "splitting": false, "dts": true, "clean": true, "sourcemap": true }, "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js" } }, "devDependencies": { "@eslint/js": "^8.56.0", "@types/node": "^22.13.10", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.56.0", "tsup": "^8.4.0", "tsx": "^4.19.3", "typescript": "^5.3.3", "typescript-eslint": "^7.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "dayjs": "^1.11.13" } }

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/ampcome-mcps/time-mcp'

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