TaskSync MCP Server
This is an MCP server that helps with feedback-oriented development workflows in AI-assisted development by letting users give feedback while the agent is working. It uses the get_feedback
tool to collect your input from the feedback.md
file in the workspace, which is sent back to the agent when you save. By guiding the AI with feedback instead of letting it make speculative operations, it reduces costly requests and makes development more efficient. With an additional tool that allows the agent to view images in the workspace.
🌟 Key Features
🔄 Continuous Review Feedback
- get_feedback tool that reads
feedback.md
for real-time feedback - Automatically creates
feedback.md
if it doesn't exist in the workspace - File watcher automatically detects changes and notifies waiting processes
- Essential for iterative development and user feedback loops
🖼️ Media Processing
- view_media tool for images files with base64 encoding
- Supports image formats: PNG, JPEG, GIF, WebP, BMP, SVG
- Efficient streaming for large files with proper MIME type detection
🛠️ Quick Setup
Global Setup. Add to mcp.json
:
For VS Code:
🔨 Available Tools
- get_feedback - Read feedback.md file for user review/feedback (creates file if missing)
- view_media - Read image (returns base64 with MIME type)
Workflow Example
- User Prompt + TaskSync MCP Rules - User provides a request/task
- Agent Response - Agent responds to the prompt AND calls
mcp_tasksync_get_feedback
tool - Agent Acts Accordingly - Based on feedback, agent will call the tool again if needing:
- More clarification
- Confirmation
- Information
- New task assignment
- Additional feedback
- Continuous Loop - After completing user tasks/questions, agent calls the tool again
- Loop Forever - This continues indefinitely until user stops the chat
🛟 Best Practices
Agent Rules for Optimal Performance
For best results with TaskSync, add these rules to your AI agent configuration:
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
MCP server to give new instructions to agent while its working. It uses the get_feedback tool to collect your input from the feedback.md file in the workspace, which is sent back to the agent when you save.
Related MCP Servers
- AsecurityAlicenseAqualityA MCP server that enables human-in-the-loop workflow in AI-assisted development tools by allowing users to run commands, view their output, and provide textual feedback directly to the AI assistant.Last updated -11,517MIT License
- AsecurityAlicenseAqualityA modern Model Context Protocol (MCP) server that enables AI assistants to collect interactive user feedback, supporting text and image-based responses.Last updated -3MIT License
- AsecurityFlicenseAqualityMCP server that enables human-in-the-loop workflow in AI-assisted development tools by allowing users to provide direct feedback to AI agents without consuming additional premium requests.Last updated -11
AgentOps MCPofficial
AsecurityFlicenseAqualityThe AgentOps MCP server provides access to observability and tracing data for debugging complex AI agent runs. This adds crucial context about where the AI agent succeeds or fails.Last updated -43144