Back to Home
dootask icon

mcp

Verified Safe

by dootask

Overview

The MCP Server exposes a DooTask workspace as a remote HTTP service to Model Context Protocol (MCP) clients like Claude, allowing AI assistants to interact with user, project, task, message, file, and work report management tools.

Installation

Run Command
docker run --rm -p 7000:7000 -p 7001:7001 mcp-remote-server

Security Notes

The server uses `zod` for robust input validation on all tool parameters, significantly reducing injection risks. Authentication relies on a personal DooTask Token passed via the `Authorization: Bearer <token>` header, which is extracted and validated. The `BASE_URL` is hardcoded to `http://nginx`, indicating it's designed to run within a containerized platform where an internal Nginx proxy handles external exposure and HTTPS, abstracting away direct internet exposure. No hardcoded sensitive credentials were found in the runtime configuration. The HTML/Markdown conversion uses `turndown` and `marked`, which, while potentially introducing client-side XSS if rendered unsafely, are standard libraries and do not appear to pose a direct server-side vulnerability in this context. No `eval` or dangerous `child_process` calls were identified.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-12-04

Tags

MCPAIAutomationDooTask IntegrationRemote Server