Back to Home
shueisha-arts-and-digital icon

backlog-mcp-server

Verified Safe

by 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

Run Command
npx -y https://github.com/shueisha-arts-and-digital/backlog-mcp-server

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-17

Tags

BacklogIssue TrackingAPI IntegrationMCP ServerProject Management