Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Backlog Server

БесплатноПоддерживается

A read-only MCP server that enables users to retrieve and interact with Backlog projects, issues, pull requests, and notifications. It provides a secure way to

GitHubEmbed

Описание

A read-only MCP server that enables users to retrieve and interact with Backlog projects, issues, pull requests, and notifications. It provides a secure way to query Backlog data through natural language using tools like Claude Desktop.

README

A read-only MCP server for Backlog.

Quick start:

npx -y @duytnb79/backlog-mcp

Requirements

  • Node.js 20+
  • A Backlog API key
  • Your Backlog space URL

Installation

Run directly with npx:

npx -y @duytnb79/backlog-mcp

Or install globally:

npm install -g @duytnb79/backlog-mcp
backlog-mcp

Configuration

Create a .env file or set environment variables before starting the server:

BACKLOG_BASE_URL="https://your-space.backlog.com"
BACKLOG_API_KEY="your_backlog_api_key"
BACKLOG_TIMEOUT_MS="10000"
BACKLOG_MAX_PAGE_SIZE="100"

The server automatically loads .env when running locally.

Required:

  • BACKLOG_BASE_URL
  • BACKLOG_API_KEY

Optional:

  • BACKLOG_TIMEOUT_MS
  • BACKLOG_MAX_PAGE_SIZE

Usage

With Claude Desktop

{
  "mcpServers": {
    "backlog-mcp": {
      "command": "npx",
      "args": ["-y", "@duytnb79/backlog-mcp"],
      "env": {
        "BACKLOG_BASE_URL": "https://your-space.backlog.com",
        "BACKLOG_API_KEY": "your_backlog_api_key"
      }
    }
  }
}

With a local clone

npm install
npm run build
cp .env.example .env
node dist/index.js

Available tools

  • get_notifications
  • read_notification
  • list_projects
  • list_repositories
  • list_pull_requests
  • get_pull_request
  • list_issues
  • get_issue
  • get_pull_request_comments
  • get_issue_comments

Security

  • Read-only access only
  • No hardcoded secrets
  • Requires an https Backlog base URL
  • No generic passthrough endpoint tool

Notes

  • Do not commit .env
  • Prefer one API key per teammate
  • Publishing this package does not expose Backlog data by itself; access still depends on each user's API key

from github.com/duytnb79/backlog-mcp

Установить Backlog Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install backlog-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add backlog-mcp-server --env BACKLOG_API_KEY="" --env BACKLOG_BASE_URL="" --env BACKLOG_MAX_PAGE_SIZE="" --env BACKLOG_TIMEOUT_MS="" -- npx -y @duytnb79/backlog-mcp

Пошаговые гайды: как установить Backlog Server

FAQ

Backlog Server MCP бесплатный?

Да, Backlog Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Backlog Server?

Да, требуются переменные окружения: BACKLOG_API_KEY, BACKLOG_BASE_URL, BACKLOG_MAX_PAGE_SIZE, BACKLOG_TIMEOUT_MS. Unyly подставит их в конфиг при установке.

Backlog Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Backlog Server в Claude Desktop, Claude Code или Cursor?

Открой Backlog Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Изменения

Версии и запрашиваемые доступы со временем.

  • Новая версия опубликована
  • Новая версия опубликована
  • Новая версия опубликована
  • Новая версия опубликована
  • Новая версия опубликована
  • Новая версия опубликована

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

Opencode Omniroute Plugin

OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc

GitHub Actionsавтор: GitHub Actions

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

llm-analysis-assistant

A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

Compare Backlog Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai