Skip to main content
Glama
package.json615 B
{ "name": "mcp-study", "version": "1.0.0", "description": "MCP Task Manager Server", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "api": "tsx src/api-server.ts" }, "keywords": [ "mcp", "task-manager" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.25.1", "chokidar": "^5.0.0", "cors": "^2.8.5", "express": "^5.2.1" }, "devDependencies": { "@types/node": "^25.0.3", "tsx": "^4.21.0", "typescript": "^5.9.3" } }

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/MyLightIsOn/mcp-study'

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