This MCP server implementation provides integration with Backlog, a project management and collaboration tool. Developed in TypeScript, it offers resources for accessing Backlog projects, tools for interacting with the Backlog API, and prompts for generating summaries and analyses of Backlog data. The server is designed for use cases requiring AI assistants to interact with Backlog, such as project overview generation, task management, or team collaboration analysis.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Retrieve information about the current Backlog user.
Retrieve information about the Backlog space.
List recently viewed Backlog projects. Parameters: count (optional), order (optional).
Retrieve issues for a specific project. Parameters: status (optional), assignee (optional), pagination (optional).
Retrieve detailed information about a specific issue.
Retrieve comments for a specific issue.
Add a comment to a specific issue. Parameters: comment (string).
Retrieve the count of comments for a specific issue.
Retrieve detailed information about a specific comment.
Retrieve a list of Wiki pages. Parameters: project (optional), keyword (optional).
Retrieve detailed information about a specific Wiki page.
Update a specific Wiki page.
Generate a summary of recently viewed Backlog projects.
Analyze Backlog usage patterns based on user, space, and project data.
Generate a summary of the Wiki pages for a project.