pj8/backlog-mcp-server
If you are the rightful owner of backlog-mcp-server 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.
The official backlog-mcp-server has been released and is available for use.
The backlog-mcp-server is a Model Context Protocol (MCP) server designed to interact with the Backlog API, providing a seamless way to manage and manipulate project issues. It requires Node.js version 20 or higher and NPM version 10 or higher. This server allows users to perform various operations on Backlog issues, such as retrieving, updating, and adding issues and comments. It is particularly useful for developers and project managers who need to automate or streamline their workflow with Backlog.
Features
- Retrieve issue information
- Retrieve issue comments
- Download issue attachments
- Add new issues
- Update issue information
Usages
usage with VSCode
{ "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" } } }