backlog-manager-mcp

backlog-manager-mcp

3.2

If you are the rightful owner of backlog-manager-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Backlog Manager MCP Server is a simple task tracking and backlog management server designed for AI assistants, utilizing the Machine-Consumable Programming (MCP) protocol.

Backlog Manager is an MCP server that facilitates issue and task management through a file-based approach. It is designed to assist AI agents and other clients in creating issues, adding tasks, and tracking their status. Issues are high-level feature requests or bugs, while tasks are specific work items needed to resolve these issues. The server is built using Anthropic's MCP protocol and supports both SSE and stdio transports, allowing for flexible integration with AI assistants like Claude or other MCP-compatible clients. The server's file-based storage uses a portable JSON format, making it easy to back up and version control. Additionally, Docker support allows for easy deployment and isolation.

Features

  • Issue Management: Create, list, select, and track issues with descriptions.
  • Task Tracking: Add tasks to issues with titles, descriptions, and status tracking.
  • Status Workflow: Track task progress through New, InWork, and Done states.
  • File-Based Storage: Portable JSON storage format for easy backup and version control.
  • Flexible Transport: Support for both SSE (HTTP) and stdio communication.

Tools

  1. create_issue

    Create a new issue with a name, description, and optional status.

  2. list_issues

    Show all available issues.

  3. select_issue

    Set the active issue by name.

  4. add_task

    Add a task to the active issue with a title and optional description.

  5. list_tasks

    List tasks in the active issue, optionally filtered by status.