tasksync-mcp
Verified Safeby 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
npx -y tasksync-mcp@latest /path/to/directory --timeout=300000Security 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
inspector
A web-based client and proxy server for inspecting and interacting with Model Context Protocol (MCP) servers, allowing users to browse resources, prompts, and tools, perform requests, and debug OAuth authentication flows.
Lynkr
Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.
claude-prompts
This server provides a hot-reloadable prompt engine with chains, quality gates, and structured reasoning for AI assistants, enhancing control over Claude's behavior in prompt workflows.
octomind
Session-first AI development assistant with built-in Model Context Protocol (MCP) tools and multi-provider LLM support for interactive coding, file management, and web research.