Cover image
Try Now
2025-03-31

MCP Server for backlog

3 years

Works with Finder

1

Github Watches

1

Github Forks

0

Github Stars

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)

相关推荐

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

  • Bora Yalcin
  • Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.

  • 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.

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

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

  • Khalid kalib
  • Write professional emails

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

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Lists Tailwind CSS classes in monospaced font

  • apappascs
  • Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.

  • ShrimpingIt
  • Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx

  • OffchainLabs
  • Go implementation of Ethereum proof of stake

  • huahuayu
  • A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.

  • deemkeen
  • control your mbot2 with a power combo: mqtt+mcp+llm

    Reviews

    3 (1)
    Avatar
    user_mQ5MBRxV
    2025-04-15

    The MCP Hello World Example by wubbyweb is a fantastic resource for anyone interested in MCP applications. The intuitive design and well-structured code make it easy to follow and implement. Whether you're a beginner or an experienced developer, this example serves as a great starting point. Highly recommended for its clarity and practical value! Check it out at https://mcp.so/server/MCP-template/wubbyweb.