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_space | Returns information about the Backlog space |
| get_space_activities | Returns list of space activities |
| get_users | Returns list of users in the Backlog space |
| get_user_stars_count | Returns the count of stars received by a user |
| get_myselfA | Returns information about the authenticated user |
| get_user_recent_updates | Returns recent updates (activities) for a specific user |
| get_project_list | Returns list of projects |
| add_project | Creates a new project |
| get_project | Returns information about a specific project |
| get_project_users | Returns list of users in a specific project |
| update_projectC | Updates an existing project |
| delete_project | Deletes a project |
| get_issue | Returns information about a specific issue |
| get_issues | Returns list of issues |
| count_issues | Returns count of issues |
| add_issue | Creates a new issue in the specified project. |
| update_issue | Updates an existing issue |
| delete_issue | Deletes an issue |
| get_issue_comments | Returns list of comments for an issue |
| add_issue_comment | Adds a comment to an issue |
| get_priorities | Returns list of priorities |
| get_categories | Returns list of categories for a project |
| get_custom_fields | Returns list of custom fields for a project |
| get_issue_types | Returns list of issue types for a project |
| get_resolutionsC | Returns list of issue resolutions |
| get_watching_list_items | Returns list of watching items for a user |
| get_watching_list_count | Returns count of watching items for a user |
| add_watching | Adds a new watch to an issue |
| update_watching | Updates an existing watch note |
| delete_watching | Deletes a watch from an issue |
| mark_watching_as_read | Mark a watch as read |
| get_version_milestone_list | Returns list of versions/milestones in the Backlog space |
| add_version_milestone | Creates a new version milestone |
| update_version_milestoneC | Updates an existing version milestone |
| delete_version | Deletes a version from a project |
| get_wiki_pages | Returns list of Wiki pages |
| get_wikis_countB | Returns count of wiki pages in a project |
| get_wiki | Returns information about a specific wiki page |
| add_wiki | Creates a new wiki page |
| update_wiki | Updates an existing wiki page |
| get_git_repositories | Returns list of Git repositories for a project |
| get_git_repository | Returns information about a specific Git repository |
| get_pull_requests | Returns list of pull requests for a repository |
| get_pull_requests_count | Returns count of pull requests for a repository |
| get_pull_request | Returns information about a specific pull request |
| add_pull_request | 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_comment | Adds a comment to a pull request |
| update_pull_request_comment | Updates a comment on a pull request |
| get_documents | Gets a list of documents in a project. |
| get_document_tree | Gets the document tree of a project. |
| get_document | Gets information about a document. |
| addDocument | Adds a new document to the specified project. |
| get_notifications | Returns list of notifications |
| count_notifications | Returns count of notifications |
| reset_unread_notification_count | Reset unread notification count |
| mark_notification_as_read | Mark a notification as read |
| list_organizations | 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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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