Backlog MCP Server
by jootsuki
This is an MCP server that connects to the Backlog API. It provides functionality for searching, retrieving, and updating issues.
Last updated: N/A
What is Backlog MCP Server?
The Backlog MCP Server is a server that allows you to interact with the Backlog API using the MCP (Message Communication Protocol). It enables you to search, retrieve, and update issues within your Backlog projects.
How to use Backlog MCP Server?
To use the server, you need to configure it within your application's settings (e.g., Cline, RooCline, Claude Desktop, Windsurf, Cursor). This involves specifying the command to run the server (either directly with Node.js or within a Docker container) and providing the necessary environment variables (BACKLOG_SPACE_URL, BACKLOG_API_KEY). Refer to the provided links for specific application setup instructions.
Key features of Backlog MCP Server
Issue Search
Issue Retrieval
Issue Update
Docker Support
MCP Integration
Use cases of Backlog MCP Server
Searching for specific issues in Backlog
Retrieving detailed information about an issue
Updating the status or adding comments to an issue
Integrating Backlog functionality into various applications (Cline, RooCline, etc.)
Automating Backlog tasks via MCP
FAQ from Backlog MCP Server
How do I configure the server?
How do I configure the server?
You need to add the server configuration to your application's settings file (e.g., cline_mcp_settings.json).
What environment variables are required?
What environment variables are required?
You need to set BACKLOG_SPACE_URL and BACKLOG_API_KEY.
Can I run the server in a Docker container?
Can I run the server in a Docker container?
Yes, the server supports running in a Docker container for both development and production environments.
How do I search for issues?
How do I search for issues?
Use prompts like 'バックログのPROJECT1-100の課題を説明して' (Explain issue PROJECT1-100 in Backlog).
How do I update an issue?
How do I update an issue?
Use prompts like 'PROJECT1-100の課題のステータスを完了にして' (Set the status of issue PROJECT1-100 to complete).