Back to Home
veggiemonk icon

backlog

Verified Safe

by veggiemonk

Overview

Manage project backlog and tasks using Markdown files in a Git repository, 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

Environment Variables

  • BACKLOG_FOLDER
  • BACKLOG_AUTO_COMMIT
  • BACKLOG_LOG_LEVEL
  • BACKLOG_LOG_FORMAT
  • BACKLOG_LOG_FILE

Security Notes

The server is designed for local execution. The MCP server binds to `localhost:8106` by default when using HTTP transport, preventing external network access without explicit configuration. Task data is stored in plain Markdown files within the Git repository, offering transparency. Git operations are handled via `go-git`, a pure Go library, which mitigates command injection risks associated with calling external `git` executables. There are no obvious signs of 'eval' or similar dangerous patterns. The primary security concern would be if a user deliberately exposes the MCP server publicly without proper authentication/authorization, which is outside the tool's default secure configuration.

Similar Servers

Stats

Interest Score29
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars7
Forks0
Last Update2026-01-04

Tags

task managementGoCLIMarkdownGitAI agentsMCPoffline-firstdeveloper tools