Skip to main content
Glama

Backlog MCP Server

by jootsuki

Servidor MCP atrasado

Este es un servidor MCP que se conecta a la API de Backlog. Proporciona la funcionalidad para buscar, recuperar y actualizar problemas.

función

  • Búsqueda de problemas
  • Obtener un número
  • Actualizar un problema

configuración

Configuración de MCP

Agregue lo siguiente a ~/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" } } }

Nota: reemplace cwd con la ruta real del proyecto.

Entorno Docker

Entorno de desarrollo

Si utiliza contenedores Docker para desarrollo y pruebas:

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

En el modo de desarrollo, observará los cambios en el código fuente y se reiniciará automáticamente.

Producción

Si utiliza contenedores Docker para producción:

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

Úselo como servidor MCP

Para ejecutar un servidor MCP usando un contenedor Docker, configure lo siguiente en el archivo de configuración de la aplicación que está utilizando. Ejemplo para Cline y 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" } } } }

Otros métodos de configuración de la aplicación

Escritorio de Claude: https://ainow.jp/claude-mcp-guide/

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

Cursor: https://note.com/shuzon\_\_/n/na2aafacf7324[Establecer servidor Notion MCP como cursor]

Ejemplo de mensaje

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

Un servidor MCP que se conecta a la API de Backlog y proporciona funcionalidad para buscar, recuperar y actualizar problemas mediante comandos de lenguaje natural.

  1. función
    1. configuración
      1. Configuración de MCP
        1. Entorno Docker
          1. Entorno de desarrollo
          2. Producción
          3. Úselo como servidor MCP
        2. Ejemplo de mensaje

          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