Skip to main content
Glama
fleagne

Backlog MCP Server

by fleagne

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

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
backlog_get_projectsB

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_projectC

Performs an project get using the Backlog Project get API.

backlog_get_issuesB

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

backlog_get_issueC

Performs an issue get using the Backlog Issue API.

backlog_add_issueC

Add an issue using the Backlog Issue API.

backlog_update_issueC

Update an issue using the Backlog Issue API.

backlog_delete_issueC

Delete an issue using the Backlog Issue API.

backlog_get_wikisC

Performs list wikis get using the Backlog Wiki API

backlog_get_wikiC

Performs an wiki get using the Backlog Wiki API.

backlog_add_wikiC

Add an wiki using the Backlog Wiki API.

backlog_update_wikiC

Update an wiki using the Backlog Wiki API.

backlog_delete_wikiC

Delete an wiki using the Backlog Wiki API.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fleagne/backlog-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server