Back to Home
4regab icon

tasksync-mcp

Verified Safe

by 4regab

Overview

Facilitates feedback-oriented AI-assisted development by enabling real-time user feedback and media viewing for agents, reducing speculative operations and improving efficiency.

Installation

Run Command
npx -y tasksync-mcp@latest /path/to/directory --timeout=300000

Security Notes

The server implements robust path validation using `fs.realpath` to resolve symlinks and ensure all file operations occur strictly within a set of 'allowed directories' provided at startup or defaulting to the current working directory. This prevents directory traversal and symlink attacks. Atomic file writes are used to maintain data integrity. No direct `eval` calls or obfuscation were found. The server's dependency on `minimatch` for file searching is standard. Dynamic root updates from the MCP client are also validated through `getValidRootDirectories` which also performs `fs.realpath` checks. A high score due to strong path validation.

Similar Servers

Stats

Interest Score39
Security Score9
Cost ClassMedium
Avg Tokens50000
Stars12
Forks4
Last Update2026-01-17

Tags

AI-assisted developmentfeedback loopreal-timeiterative developmentmedia viewing