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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_spaceB | Returns information about the Backlog space |
| get_usersB | Returns list of users in the Backlog space |
| get_myselfB | Returns information about the authenticated user |
| get_project_listC | Returns list of projects |
| add_projectC | Creates a new project |
| get_projectC | Returns information about a specific project |
| update_projectC | Updates an existing project |
| delete_projectC | Deletes a project |
| get_issueC | Returns information about a specific issue |
| get_issuesC | Returns list of issues |
| count_issuesD | Returns count of issues |
| add_issueC | Creates a new issue in the specified project. |
| update_issueD | Updates an existing issue |
| delete_issueC | Deletes an issue |
| get_issue_commentsC | Returns list of comments for an issue |
| add_issue_commentC | Adds a comment to an issue |
| get_prioritiesB | Returns list of priorities |
| get_categoriesB | Returns list of categories for a project |
| get_custom_fieldsB | Returns list of custom fields for a project |
| get_issue_typesC | Returns list of issue types for a project |
| get_resolutionsB | Returns list of issue resolutions |
| get_watching_list_itemsC | Returns list of watching items for a user |
| get_watching_list_countC | Returns count of watching items for a user |
| add_watchingC | Adds a new watch to an issue |
| update_watchingC | Updates an existing watch note |
| delete_watchingC | 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_wikiC | Updates an existing wiki page |
| get_git_repositoriesC | Returns list of Git repositories for a project |
| get_git_repositoryC | Returns information about a specific Git repository |
| get_pull_requestsC | Returns list of pull requests for a repository |
| get_pull_requests_countB | 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_commentsC | 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_treeC | Gets the document tree of a project. |
| get_documentC | Gets information about a document. |
| get_notificationsC | Returns list of notifications |
| count_notificationsC | Returns count of notifications |
| reset_unread_notification_countC | Reset unread notification count |
| mark_notification_as_readC | Mark a notification as read |
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