mcp-tasks
Verified Safeby hugoduncan
Overview
Manages development tasks and workflows for AI agents using the Model Context Protocol (MCP), enabling persistent planning, category-based organization, and story-based development.
Installation
/usr/local/bin/mcp-tasks-serverSecurity Notes
The system involves downloading and executing pre-built native binaries from GitHub releases (via `curl`/`wget` scripts) and installing them to system-wide paths (potentially requiring `sudo`). This introduces a supply chain risk if the GitHub repository or release artifacts are compromised. Automatic execution of these scripts via Claude Code SessionStart hooks further amplifies this risk. The system heavily relies on external command execution (`git`, `clojure`, `bb`) for core functionality like version control and task management, which should be auditable. Input validation is present via Malli schemas. No obvious `eval` of arbitrary user input or intentional obfuscation was found in the Clojure source.
Similar Servers
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.
conductor-tasks
Conductor Tasks acts as an intelligent AI-powered assistant for developers, streamlining the entire development lifecycle from task generation and planning (parsing PRDs, expanding tasks, generating implementation steps) to execution and code modification (generating diffs). It provides visual task management, integrates with various IDEs, and leverages multiple LLM providers for optimal results and cost efficiency.
responsible-vibe-mcp
Manages conversation state and guides LLM coding agents through structured software development workflows with long-term project memory and multi-agent collaboration.
claude-code-buddy
An intelligent AI Agent orchestration system for Claude Code, focusing on smart task routing, prompt enhancement, project memory, workflow guidance, and planning, presented via a real-time terminal UI dashboard.