Backlog MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BACKLOG_DOMAIN | Yes | Your Backlog domain (e.g., your-domain.backlog.com) | |
| BACKLOG_API_KEY | Yes | Your Backlog API key |
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_spaceA | Returns information about the Backlog space |
| get_space_activitiesC | Returns list of space activities |
| get_usersA | Returns list of users in the Backlog space |
| get_user_stars_countC | Returns the count of stars received by a user |
| get_myselfB | Returns information about the authenticated user |
| get_user_recent_updatesC | Returns recent updates (activities) for a specific user |
| get_project_listC | Returns list of projects |
| add_projectC | Creates a new project |
| get_projectB | Returns information about a specific project |
| update_projectB | Updates an existing project |
| delete_projectB | Deletes a project |
| get_issueC | Returns information about a specific issue |
| get_issuesC | Returns list of issues |
| count_issuesC | Returns count of issues |
| add_issueC | Creates a new issue in the specified project. |
| update_issueC | Updates an existing issue |
| delete_issueC | Deletes an issue |
| get_issue_commentsC | Returns list of comments for an issue |
| add_issue_commentB | Adds a comment to an issue |
| get_prioritiesC | Returns list of priorities |
| get_categoriesC | Returns list of categories for a project |
| get_custom_fieldsB | Returns list of custom fields for a project |
| get_issue_typesB | Returns list of issue types for a project |
| get_resolutionsB | Returns list of issue resolutions |
| get_watching_list_itemsA | Returns list of watching items for a user |
| get_watching_list_countB | Returns count of watching items for a user |
| add_watchingB | Adds a new watch to an issue |
| update_watchingB | Updates an existing watch note |
| delete_watchingB | Deletes a watch from an issue |
| mark_watching_as_readC | Mark a watch as read |
| get_version_milestone_listB | Returns list of versions/milestones in the Backlog space |
| add_version_milestoneC | Creates a new version milestone |
| update_version_milestoneC | Updates an existing version milestone |
| delete_versionC | Deletes a version from a project |
| get_wiki_pagesC | Returns list of Wiki pages |
| get_wikis_countB | Returns count of wiki pages in a project |
| get_wikiC | Returns information about a specific wiki page |
| add_wikiC | Creates a new wiki page |
| update_wikiB | Updates an existing wiki page |
| get_git_repositoriesB | Returns list of Git repositories for a project |
| get_git_repositoryC | Returns information about a specific Git repository |
| get_pull_requestsB | Returns list of pull requests for a repository |
| get_pull_requests_countC | Returns count of pull requests for a repository |
| get_pull_requestC | Returns information about a specific pull request |
| add_pull_requestC | Creates a new pull request |
| update_pull_requestC | Updates an existing pull request |
| get_pull_request_commentsB | Returns list of comments for a pull request |
| add_pull_request_commentC | Adds a comment to a pull request |
| update_pull_request_commentC | Updates a comment on a pull request |
| get_documentsC | Gets a list of documents in a project. |
| get_document_treeB | Gets the document tree of a project. |
| get_documentB | Gets information about a document. |
| addDocumentC | Adds a new document to the specified project. |
| get_notificationsC | Returns list of notifications |
| count_notificationsB | Returns count of notifications |
| reset_unread_notification_countC | Reset unread notification count |
| mark_notification_as_readC | Mark a notification as read |
| list_organizationsA | List configured Backlog organizations and identify the default organization. |
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/nulab/backlog-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server