Skip to main content
Glama

Backlog MCP Server

by jootsuki

Backlog MCP Server

Backlog API에 연결하는 MCP 서버입니다. 과제 검색, 검색 및 업데이트 기능을 제공합니다.

기능

  • 과제 찾기
  • 과제 획득
  • 과제 업데이트

설정

MCP 설정

~/Library/Application Support/Code/User/globalStorage/rooveterinaryinc.roo-cline/settings/cline_mcp_settings.json 에 다음을 추가합니다.

{ "mcpServers": { "backlog": { "command": "node", "args": ["build/index.js"], "cwd": "/path/to/backlog-mcp-server" } } }

참고: cwd 를 실제 프로젝트 경로로 바꾸십시오.

Docker 환경

개발 환경

개발 및 테스트용으로 Docker 컨테이너를 사용하는 경우:

# .envファイルを作成 cp .env.example .env # 必要な環境変数を設定 BACKLOG_SPACE_URL=https://your-space.backlog.com BACKLOG_API_KEY=your_api_key # 開発モードでビルドと起動 NODE_ENV=development docker compose up -d --build

개발 모드에서는 소스 코드 변경을 모니터링하고 자동으로 다시 시작합니다.

프로덕션 환경

프로덕션 환경에 Docker 컨테이너를 사용하는 경우:

# .envファイルを作成 cp .env.example .env # 必要な環境変数を設定 BACKLOG_SPACE_URL=https://your-space.backlog.com BACKLOG_API_KEY=your_api_key # 本番モードでビルドと起動 docker compose up -d --build

MCP 서버로 사용

Docker 컨테이너를 사용하여 MCP 서버로 실행하려면 사용하는 앱의 구성 파일을 다음과 같이 설정합니다. Cline, RooCline 예제: cline_mcp_settings.json

{ "mcpServers": { "backlog": { "command": "docker", "args": ["exec", "-i", "backlog-mcp-server", "node", "build/index.js"], "env": { "BACKLOG_SPACE_URL": "https://your-space.backlog.com", "BACKLOG_API_KEY": "your_api_key" } } } }

기타 앱 설정 방법

Claude Desktop: https://ainow.jp/claude-mcp-guide/

Windsurf: https://zenn.dev/y16ra/articles/3ed3e2ae734fa4

Cursor: https://note.com/shuzon\_\_/n/na2aafacf7324[Notion MCP Server를 Cursor로 설정]

프롬프트 예

# 課題の検索 ・バックログのPROJECT1-100の課題を説明して ・バックログのPROJECT1のプロジェクトで処理中の課題を教えて # 課題の更新 ・PROJECT1-100の課題のステータスを完了にして ・PROJECT1-100の課題に「〜〜〜」とコメントして
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

An MCP server that connects to Backlog API, providing functionality to search, retrieve, and update issues through natural language commands.

  1. 기능
    1. 설정
      1. MCP 설정
        1. Docker 환경
          1. 개발 환경
          2. 프로덕션 환경
          3. MCP 서버로 사용
        2. 프롬프트 예

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.
            Last updated -
            7
            180
            45
            TypeScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            An MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.
            Last updated -
            7
            18
            4
            TypeScript
            MIT License
            • Apple
            • Linux
          • A
            security
            F
            license
            A
            quality
            An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
            Last updated -
            39
            28
            • Apple
          • A
            security
            A
            license
            A
            quality
            An MCP server implementation that integrates with Backlog API, enabling project management operations including issues, projects, and wikis through natural language interactions.
            Last updated -
            12
            53
            3
            TypeScript
            MIT License

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/jootsuki/backlog-mcp-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server