backlog-mcp-server

backlog-mcp-server

0

This project is a Model Context Protocol Server for managing Backlog issues. It facilitates tasks like retrieving and updating issue data, managing attachments, and handling comments, designed to integrate with VSCode.

公式のbacklog-mcp-serverがリリースされましたのでそちらをご利用ください。


Requirements

  • Nodejs 20以上, NPM 10以上

機能

Install

{
  "mcpServers": {
    "backlog": {
      "autoApprove": [
        "get_issue",
        "get_issue_comments",
        "get_issue_attachments",
        "get_issue_attachment",
        "get_issue_shared_files",
        "get_issue_types"
      ],
      "disabled": false,
      "timeout": 60,
      "command": "npx",
      "args": [
        "-y",
        "https://github.com/pj8/backlog-mcp-server"
      ],
      "env": {
        "BACKLOG_API_TOKEN": "****",
        "BACKLOG_SPACE": "your-space-here"
      },
      "transportType": "stdio"
    }
  }
}

使い方

  • CLINEにBacklog課題URLを与えて概要を説明させるなど