Cover image
Try Now
2025-04-08

MCP服务器用于积压API集成

3 years

Works with Finder

1

Github Watches

2

Github Forks

3

Github Stars

Backlog MCP Server

An MCP server implementation that integrates the Backlog API.

Tools

Project API

  • backlog_get_projects
    • Execute projects get with pagination and filtering
  • backlog_get_project
    • Execute project gets with project id or key

Issue API

  • backlog_get_issues
    • Execute issues get with pagination and filtering
  • backlog_get_issue
    • Execute issue gets with issue id or key
  • backlog_add_issue
    • Execute issue add with issue data
  • backlog_update_issue
    • Execute issue update with issue data
  • backlog_delete_issue
    • Execute issue delete with issue id or key

Wiki API

  • backlog_get_wikis
    • Execute wikis get with keyword
  • backlog_get_wiki
    • Execute wiki gets with wiki id or key
  • backlog_add_wiki
    • Execute wiki add with wiki data
  • backlog_update_wiki
    • Execute wiki update with wiki data
  • backlog_delete_wiki
    • Execute wiki delete with wiki id or key

Configuration

Getting an API Key

  1. Sign up for a Backlog
  2. Choose a plan (Free plan available here)
  3. Generate your API key from the individual settings help

Environment Variables

This server requires the following environment variables:

  • Required:
    • BACKLOG_API_KEY: Your Backlog API key
    • BACKLOG_SPACE_ID: Your Backlog space ID
  • Optional:
    • BACKLOG_BASE_URL: Your Backlog base URL (default: https://{your-space-id}.backlog.com/api/v2)

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

NPX

{
  "mcpServers": {
    "backlog": {
      "command": "npx",
      "args": [
        "-y",
        "backlog-mcp-server"
      ],
      "env": {
        "BACKLOG_API_KEY": "YOUR_API_KEY_HERE",
        "BACKLOG_SPACE_ID": "YOUR_SPACE_ID_HERE"
      }
    }
  }
}

Docker

{
  "mcpServers": {
    "backlog": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "BACKLOG_API_KEY=YOUR_API_KEY_HERE",
        "-e",
        "BACKLOG_SPACE_ID=YOUR_SPACE_ID_HERE",
        "mcp/backlog"
      ],
      "env": {
        "BACKLOG_API_KEY": "YOUR_API_KEY_HERE",
        "BACKLOG_SPACE_ID": "YOUR_SPACE_ID_HERE"
      }
    }
  }
}

Development

Installation

npm install

Build

npm run build

Debug

npm run debug

Running Tests

T.B.D

Docker Build

docker build -t mcp/backlog -f Dockerfile .

Extending the Server

To add new tools:

  1. Define a new Zod schema in src/core/schema.ts
  2. Add a new tool definition in src/tools/toolDefinitions.ts and include it in ALL_TOOLS
  3. Create a new handler in src/tools/handlers.ts and register it in toolHandlers
  4. Implement business logic in a service in the src/services/ directory

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Khalid kalib
  • Write professional emails

  • https://tovuti.be
  • Oede knorrepot die vasthoudt an de goeie ouwe tied van 't boerenleven

  • ANGEL LEON
  • A world class elite tech co-founder entrepreneur, expert in software development, entrepreneurship, marketing, coaching style leadership and aligned with ambition for excellence, global market penetration and worldy perspectives.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Gil kaminski
  • Make sure you are post-ready before you post on social media

  • Yasir Eryilmaz
  • AI scriptwriting assistant for short, engaging video content.

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • OffchainLabs
  • 进行以太坊的实施

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • deemkeen
  • 用电源组合控制您的MBOT2:MQTT+MCP+LLM

  • zhaoyunxing92
  • MCP(消息连接器协议)服务

  • pontusab
  • 光标与风浪冲浪社区,查找规则和MCP

    Reviews

    2 (1)
    Avatar
    user_hk67hjKY
    2025-04-16

    As a dedicated user of the backlog-mcp-server by fleagne, I highly recommend this tool. It has significantly streamlined my project management process. The seamless integration and intuitive design make tracking and managing tasks incredibly efficient. A must-have for any serious project manager! Check it out: https://github.com/fleagne/backlog-mcp-server