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.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Retrieve the current Backlog user information.
Obtain information about the Backlog space.
List recently viewed Backlog projects. Parameters: count (optional), order (optional).
Fetch the issues of a project. Can filter by status, assignee, pagination, etc.
Retrieve detailed information about a specific issue.
Fetch comments for an issue.
Add a comment to an issue.
Get the number of comments on an issue.
Retrieve detailed information about a specific comment.
Get a list of wiki pages. Can filter by project or keyword.
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.