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

mcp-server-backlog
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)
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
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.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.
Mirror ofhttps://github.com/agentience/practices_mcp_server
Mirror ofhttps://github.com/bitrefill/bitrefill-mcp-server
Reviews

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