mcp-backlog
Verified Safeby rwese
Overview
Manages backlog items and todos, tracking their status, priority, and dependencies, with automatic versioning and a pruning mechanism, storing data in human-readable markdown files.
Installation
npx -y github:rwese/mcp-backlogEnvironment Variables
- MCP_BACKLOG_DIR
- XDG_DATA_HOME
Security Notes
The server operates locally using standard I/O and manipulates local filesystem files for data storage. Input sanitization is applied to topic names to mitigate path traversal vulnerabilities. It uses `child_process.execSync` to detect git repository roots, which is generally safe for system metadata retrieval within a trusted environment and does not directly process arbitrary user input. No hardcoded secrets or malicious patterns were identified.
Similar Servers
backlog-mcp-server
This MCP server integrates Backlog API with AI agents like Claude to manage projects, issues, and wikis, providing a conversational interface for project management tasks.
mcp-github-project-manager
AI-powered GitHub Project Management, including automated roadmap generation, sprint planning, issue triaging, task breakdown, and comprehensive project workflow automation.
mcp-sdlc-tracker
Provides a Model Context Protocol (MCP) server for SQLite-based task and project tracking with full SDLC entity, wiki, and comments management.
project-guardian-mcp-server
A focused Model Context Protocol (MCP) server that acts as a project's memory system and workflow guardian, providing streamlined database operations and advanced knowledge graph capabilities for intelligent project management.