Back to Home
veggiemonk icon

backlog

Verified Safe

by 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

Run Command
docker run --rm -it -v $(pwd):/data -e BACKLOG_FOLDER=/data/.backlog -p 8106:8106 ghcr.io/veggiemonk/backlog mcp --http --port 8106

Security 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

Stats

Interest Score37
Security Score9
Cost ClassHigh
Avg Tokens1000
Stars7
Forks0
Last Update2025-12-01

Tags

Task ManagementGit IntegrationMarkdown StorageCLI ToolAI Agent Collaboration