Skip to main content
Glama

Task Manager

package.json915 B
{ "name": "@abyssbug/task-manager", "version": "1.0.5", "description": "Model Context Protocol server for Task Management", "author": "abyssbugg", "main": "dist/index.js", "type": "module", "bin": { "task-manager": "dist/index.js" }, "files": [ "dist" ], "scripts": { "dev": "bun run index.ts", "build": "bun run tsc && chmod +x dist/*.js", "prepare": "bun run build", "watch": "bun run tsc --watch", "typecheck": "bun run tsc -noEmit", "lint": "bunx biome check .", "format": "bunx biome format ." }, "repository": { "type": "git", "url": "git+https://github.com/abyssbugg/task-manager.git" }, "keywords": [ "taskmanager", "mcp", "claude" ], "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "0.5.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.11.0", "typescript": "^5.3.3" } }

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/abyssbugg/task-manager'

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