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 the current Backlog user information.
Retrieve information about the Backlog space.
List recently viewed Backlog projects. Parameters: count (optional integer), order (optional string).
Retrieve issues for a project. Parameters: status (optional string), assignee (optional string), pagination (optional object).
Retrieve detailed information about a specific issue.
Retrieve comments for an issue.
Add a comment to an issue. Parameters: comment (string).
Retrieve the count of comments for an issue.
Retrieve detailed information about a specific comment.
Retrieve a list of wiki pages. Parameters: project (optional string), keyword (optional string).
Retrieve detailed information about a specific wiki page.
Update a 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 project's wiki pages.