Skip to main content
Glama

Backlog MCP Server

by jootsuki

Backlog MCP 服务器

这是一个连接到 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" } } } }

其他应用设置方法

克劳德桌面: https://ainow.jp/claude-mcp-guide/

风帆冲浪: https://zenn.dev/y16ra/articles/3ed3e2ae734fa4

光标: https://note.com/shuzon\_ \_/n/na2aafacf7324 →[将 Notion MCP 服务器设置为光标]

示例提示

# 課題の検索 ・バックログの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.

连接到 Backlog API 的 MCP 服务器,提供通过自然语言命令搜索、检索和更新问题的功能。

  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