mcp-server-backlog

mcp-server-backlog

3.1

If you are the rightful owner of mcp-server-backlog and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The mcp-server-backlog is a Model Context Protocol server designed to integrate with Backlog, providing a structured way to manage API keys and permissions.

mcp-server-backlog

TODO

  • ใƒ•ใƒฉใ‚ฐๆธกใ™ใจใ“ใƒชใƒ•ใ‚กใ‚ฏใ‚ฟ
  • apikey ใ‚’ CLI ใ‹ใ‚‰ๆธกใ›ใ‚‹ใ‚ˆใ†ใซใ™ใ‚‹
  • spaceId ใตใใ‚ใ€URL ใ‚’ CLI ใ‹ใ‚‰ๆธกใ›ใ‚‹ใ‚ˆใ†ใซใ™ใ‚‹

How to use

Setup

Set Backlog Api Key to apikey file in the project root.

Dependencies install & Build

npm install
npm run build

Add MCP Server to Claude Code

claude mcp add backlog node /path/to/mcp-server-backlog/dist/index.js -- --permission READ

Running the Server

# Development mode with permission flag
npm run dev -- --permission READ
# Production mode with permission flag (after build)
node /path/to/mcp-server-backlog/dist/index.js --permission READ

Permission Levels

  • READ: Read-only access (can only use GET endpoints)
  • MUTATE: Full access (can use all endpoints including POST, PUT, PATCH, DELETE)