backlog
Verified Safeby veggiemonk
Overview
A zero-configuration task manager that stores project tasks in Git-based Markdown files, designed for frictionless collaboration between AI agents and human developers.
Installation
docker run --rm -it -v $(pwd):/data -e BACKLOG_FOLDER=/data/.backlog -p 8106:8106 ghcr.io/veggiemonk/backlog mcp --http --port 8106Security Notes
The MCP server defaults to binding to localhost, and Git operations utilize a pure Go library (go-git/v6), significantly reducing command injection risks. File paths are handled carefully to prevent traversal issues. No 'eval' or explicit obfuscation patterns were detected, indicating a highly secure design for its intended purpose.
Similar Servers
github-mcp-server
Connects AI tools (agents, assistants, chatbots) directly to GitHub's platform, enabling natural language interactions for repository management, issue/PR automation, code analysis, and workflow automation.
conductor-tasks
An intelligent assistant for developers to transform requirements into actionable tasks, generate implementation plans, track progress, and accelerate development, leveraging multiple LLMs and integrating into an editor via MCP or as a CLI.
responsible-vibe-mcp
Transforms any AI coding agent into a structured development partner by guiding it through battle-tested engineering workflows with persistent context and documentation.
TAMA-MCP
An AI-driven command-line interface (CLI) tool for comprehensive task management, featuring task generation and decomposition powered by PRD parsing and dependency tracking.