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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Retrieve the current Backlog user information.
Retrieve Backlog space information.
List recently viewed Backlog projects. Parameters: count (optional), order (optional).
Get issues for a project. Parameters: status (optional), assignee (optional), pagination (optional).
Retrieve detailed information for a specific issue.
Retrieve comments for an issue.
Add a comment to an issue.
Retrieve the count of comments for an issue.
Retrieve detailed information for a specific comment.
Retrieve a list of Wiki pages. Parameters: project (optional), keyword (optional).
Retrieve detailed information for 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.