mcp-server-backlog
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)