backlog-mcp-server
12
Provides an MCP server for accessing the Backlog API to manage projects, track issues, and handle files.
How do I obtain an API key for Backlog?
Log in to Backlog, navigate to Personal Settings > API, and generate an API key.
What environment variables are required for setup?
You need to set BACKLOG_DOMAIN and BACKLOG_API_KEY in your .env file.
Can I search for issues by keyword?
Yes, you can use the searchIssues tool with a keyword and optional project ID.
What is the maximum number of issues I can retrieve at once?
You can retrieve up to 100 issues at a time using the getIssues tool.
Is there a way to add comments to issues?
Yes, you can use the addComment tool to add comments to specific issues.