MCP.so
登录

Backlog MCP Server

@jootsuki

关于 Backlog MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

jootsuki

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "backlog-mcp-server-jootsuki": {
      "command": "docker",
      "args": [
        "compose",
        "up",
        "-d",
        "--build"
      ],
      "env": {
        "NODE_ENV": "development"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Backlog MCP Server?

Backlog MCP Server is an MCP server that connects to the Backlog API to provide issue search, retrieval, and update functionalities. It is designed for developers and project managers who use Backlog for project management and want to interact with their issues via AI assistants.

How to use Backlog MCP Server?

Install the server by adding a configuration entry to your MCP client’s settings file (e.g., cline_mcp_settings.json), specifying the Node.js command and path, or by deploying a Docker container. You must set the environment variables BACKLOG_SPACE_URL and BACKLOG_API_KEY with your Backlog space URL and API key.

Key features of Backlog MCP Server

  • Search for issues in Backlog
  • Retrieve individual issue details
  • Update issue status and add comments

Use cases of Backlog MCP Server

  • Ask an AI assistant to explain a specific issue by its key (e.g., PROJECT1-100)
  • List all issues in a project with a given status (e.g., “processing”)
  • Update an issue’s status to “completed” via natural language
  • Add a comment to an existing issue through chat

FAQ from Backlog MCP Server

What is Backlog MCP Server?

It is an MCP server that connects to the Backlog API, enabling AI assistants to search, retrieve, and update issues in Backlog.

What are the prerequisites to run Backlog MCP Server?

You need a Backlog account with an API key, and either Node.js installed or Docker available to run the server.

How do I set up the server using Docker?

Copy .env.example to .env, set your Backlog space URL and API key, then run docker compose up -d --build. Use the provided Docker configuration in your MCP client’s settings.

What environment variables are required?

You must set BACKLOG_SPACE_URL (your Backlog space URL) and BACKLOG_API_KEY (your API key) for the server to authenticate and connect.

Can I use Backlog MCP Server with other MCP clients besides Cline or RooCline?

Yes. The README provides example configurations for Claude Desktop, Windsurf, and Cursor, and links to their respective setup guides.

评论

其他 分类下的更多 MCP 服务器