Back to Home
nulab icon

backlog-mcp-server

Verified Safe

by nulab

Overview

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.

Installation

Run Command
npx backlog-mcp-server

Environment Variables

  • BACKLOG_DOMAIN
  • BACKLOG_API_KEY

Security Notes

Sensitive API keys and domain are loaded from environment variables, preventing hardcoding. Input validation is extensively used with Zod schemas to mitigate common vulnerabilities. Error handling converts backend API errors into a standardized format, avoiding information leakage. The server operates over stdio, reducing direct network exposure. No 'eval' or other direct malicious patterns were found.

Similar Servers

Stats

Interest Score54
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars135
Forks41
Last Update2026-01-09

Tags

BacklogMCPAI AgentProject ManagementIssue Tracking