Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP TaskManager
by
Rudra-ravi
Verified
npm
GitHub
Developer Tools
OS Automation
TypeScript
MIT License
322
2
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-taskmanager
biome.json
.gitignore
index.ts
index.ts.bak
LICENSE
package.json
package-lock.json
pnpm-lock.yaml
README.md
tsconfig.json
worker.ts
wrangler.toml
{ "compilerOptions": { "target": "ES2020", "module": "ES2022", "moduleResolution": "bundler", "esModuleInterop": true, "strict": true, "lib": ["ES2020", "WebWorker"], "types": ["@cloudflare/workers-types"], "outDir": "dist", "skipLibCheck": true }, "include": ["*.ts"], "exclude": ["node_modules"] }