kazuhideoki
/
mcp-server-backlog
star
0
MCP Server for backlog

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)
Stars
0
Mar 13Mar 18Mar 24Mar 30Apr 05Apr 11
mcpradar.com © 2024 - 2025.
Made by @bytesbay