Backlog MCP Server provides a bridge to the Backlog project management API, enabling AI assistants to interact with project tracking, issue management, and collaboration features. Built with TypeScript and the MCP SDK, it allows querying and manipulating project data through a standardized interface, making it useful for developers and project managers who want to streamline workflow interactions through conversational AI.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Search for issues in the backlog. Parameters: project_id (string), query (optional string)
Retrieve details of a specific issue. Parameters: issue_id (string)
Update the status or add comments to a specific issue. Parameters: issue_id (string), status (optional string), comment (optional string)