Backlog MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BACKLOG_API_KEYYesYour Backlog API key
BACKLOG_BASE_URLNoYour Backlog base URL (default: https://{your-space-id}.backlog.com/api/v2)
BACKLOG_SPACE_IDYesYour Backlog space ID

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
backlog_get_projects

Performs list project get using the Backlog Projects get API. Supports pagination, content filtering. Maximum 20 results per request, with offset for pagination.

backlog_get_project

Performs an project get using the Backlog Project get API.

backlog_get_issues

Performs list issue get using the Backlog Issues API. Supports pagination, content filtering. Maximum 20 results per request, with offset for pagination.

backlog_get_issue

Performs an issue get using the Backlog Issue API.

backlog_add_issue

Add an issue using the Backlog Issue API.

backlog_update_issue

Update an issue using the Backlog Issue API.

backlog_delete_issue

Delete an issue using the Backlog Issue API.

backlog_get_wikis

Performs list wikis get using the Backlog Wiki API

backlog_get_wiki

Performs an wiki get using the Backlog Wiki API.

backlog_add_wiki

Add an wiki using the Backlog Wiki API.

backlog_update_wiki

Update an wiki using the Backlog Wiki API.

backlog_delete_wiki

Delete an wiki using the Backlog Wiki API.

ID: ekxpemr97g