TasksMcp
by keyurgolani
Overview
A comprehensive Model Context Protocol (MCP) server that provides enterprise-grade task management capabilities for AI agents, including task orchestration, dependency management, and multi-agent coordination.
Installation
node mcp.jsEnvironment Variables
- NODE_ENV
- LOG_LEVEL
- DATA_DIRECTORY
- CORS_ORIGINS
- POSTGRES_HOST
- POSTGRES_USER
- POSTGRES_PASSWORD
- MONGODB_URI
- DATA_SOURCES_COUNT
Security Notes
The REST API server defaults to permissive CORS (`corsOrigins: ['*']`), which is a significant security risk for production environments and could expose the API to cross-site request forgery. While authentication (API key/JWT) is supported, it is not enabled by default. No `eval` or obvious hardcoded secrets were found. The project is explicitly marked as 'undergoing major architectural reform' and 'not for production environments', indicating that security hardening might be incomplete.
Similar Servers
claude-flow
Orchestrates AI agents (Claude) for development workflows, including code generation, testing, analysis, research, and project migration, with MLOps capabilities.
klavis
Creates an AI agent that uses Klavis Strata to interact with Gmail and YouTube through MCP, demonstrating how to summarize a YouTube video and email the summary.
mcpstore
MCPStore acts as an orchestration layer for managing Microservice Context Protocol (MCP) services and adapting them as tools for AI frameworks like LangChain, AutoGen, and others.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.