Back to Home
nulab icon

backlog-mcp-server

Verified Safe

by nulab

Overview

Integrate Backlog API with AI agents (e.g., Claude) to manage projects, issues, wikis, and Git repositories through natural language commands.

Installation

Run Command
npx backlog-mcp-server

Environment Variables

  • BACKLOG_DOMAIN
  • BACKLOG_API_KEY
  • MAX_TOKENS
  • OPTIMIZE_RESPONSE
  • PREFIX
  • ENABLE_TOOLSETS
  • ENABLE_DYNAMIC_TOOLSETS
  • NODE_ENV

Security Notes

The server relies on API keys passed via environment variables, which is a standard secure practice. Input validation is performed using Zod schemas for all tool parameters, mitigating common injection risks. GraphQL parsing for field selection is used, which typically processes queries safely by selecting existing keys. Configuration can be loaded from a `.backlog-mcp-serverrc.json` file in the home directory, but environment variables take precedence, offering a safeguard against untrusted local configurations. No direct use of 'eval' or other highly dangerous functions was found without clear justification.

Similar Servers

Stats

Interest Score56
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars120
Forks36
Last Update2025-12-02

Tags

BacklogProject ManagementAI IntegrationMCPTask Management