backlog-mcp-server-go

takuji/backlog-mcp-server-go

3.1

If you are the rightful owner of backlog-mcp-server-go and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Backlog MCP Server is a Go language implementation of the Model Context Protocol server for Backlog, migrated from the TypeScript version.

Tools

Functions exposed to the LLM to take actions

get_space

Retrieve space information.

get_users

Retrieve a list of users.

get_projects

Retrieve a list of projects.

get_project

Retrieve project details.

get_issues

Retrieve a list of issues.

get_issue

Retrieve issue details.

get_myself

Retrieve current user information.

get_issue_comments

Retrieve issue comments.

get_issue_types

Retrieve issue types.

get_priorities

Retrieve priorities.

get_categories

Retrieve categories.

get_custom_fields

Retrieve custom fields.

count_issues

Count the number of issues.

get_pull_requests

Retrieve a list of pull requests.

get_pull_request

Retrieve pull request details.

get_pull_request_comments

Retrieve pull request comments.

get_git_repositories

Retrieve a list of Git repositories.

get_git_repository

Retrieve Git repository details.

get_notifications

Retrieve a list of notifications.

get_notifications_count

Retrieve the count of notifications.

get_wikis

Retrieve a list of wikis.

get_wiki

Retrieve wiki details.

add_issue

Create a new issue.

add_issue_comment

Add a comment to an issue.

update_issue

Update an existing issue.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources