Back to Home
keyurgolani icon

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

Run Command
node mcp.js

Environment 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

Stats

Interest Score0
Security Score4
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-01

Tags

AI Agent OrchestrationTask ManagementDependency ManagementMulti-Agent CoordinationREST APIModel Context Protocol