Back to Home
gkoreli icon

backlog-mcp

Verified Safe

by gkoreli

Overview

A minimal task backlog server for LLM agents or CLI editors that supports MCP integration.

Installation

Run Command
npx -y backlog-mcp

Environment Variables

  • BACKLOG_DATA_DIR
  • BACKLOG_VIEWER_PORT

Security Notes

The server includes a web viewer that makes a call to `node:child_process.exec("open \"${filePath}\"")` to open task files in the default editor. While direct shell injection via the `taskId` is mitigated by a strict `TASK-XXXX` pattern validation and `path.join` for filePath construction, using `exec` with any user-derived input (even validated) always carries a small inherent risk if future changes or specific environment configurations allow for unforeseen bypasses. The `Access-Control-Allow-Origin: *` header is set for the local web viewer, which is typical for local development tools but means cross-origin requests are permitted from anywhere.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens300
Stars0
Forks1
Last Update2026-01-17

Tags

task managementbacklogmcpllm integrationcli toolweb viewer