backlog-mcp-server
Verified Safeby shueisha-arts-and-digital
Overview
Enables AI agents to interact with the Backlog API to retrieve issue details, comments, and attachments for project management and task analysis.
Installation
npx -y https://github.com/shueisha-arts-and-digital/backlog-mcp-serverEnvironment Variables
- BACKLOG_API_KEY
- BACKLOG_DOMAIN
Security Notes
The server correctly loads API keys and domain from environment variables, avoiding hardcoded secrets. It utilizes HTTPS for all API communication via axios. There are no explicit uses of 'eval' or obfuscation. Error handling for API calls is implemented. The 'get_issue_attachment' tool truncates the Base64 file data for the content returned to the LLM, which helps manage output size, but the full file content is still processed internally during the API call.
Similar Servers
mcp-atlassian
Provides an MCP (Model Context Protocol) server for interacting with Atlassian Jira and Confluence APIs, offering tools for content management, search, and workflow automation.
backlog-mcp-server
This MCP server integrates Backlog API with AI agents like Claude to manage projects, issues, and wikis, providing a conversational interface for project management tasks.
mcp-server-atlassian-jira
Connects AI assistants to Jira projects, issues, and workflows to enable natural language interaction for project management and issue tracking.
backlog
Manage project backlog and tasks using Markdown files in a Git repository, designed for frictionless collaboration between AI agents and human developers.