Backlog MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BACKLOG_API_KEY | Yes | Your Backlog API key | |
| BACKLOG_BASE_URL | Yes | Your Backlog space URL (e.g., https://your-space.backlog.com) | |
| BACKLOG_TIMEOUT_MS | No | Timeout for Backlog API requests in milliseconds | 10000 |
| BACKLOG_MAX_PAGE_SIZE | No | Maximum page size for Backlog API responses | 100 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_notificationsC | Get recent Backlog notifications. |
| read_notificationC | Read full notification details. |
| list_projectsC | List accessible Backlog projects. |
| list_repositoriesC | List repositories in a Backlog project. |
| list_pull_requestsC | List pull requests in a Backlog git repository. |
| get_pull_requestC | Get Backlog pull request details. |
| get_pull_request_commentsC | Get comments for a Backlog pull request. |
| list_issuesC | List Backlog issues in accessible projects. |
| get_issueC | Get Backlog issue details. |
| get_issue_commentsC | Get comments for a Backlog issue. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/duytnb79/backlog-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server