Backlog Mcp Server
@pj8
关于 Backlog Mcp Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"backlog": {
"autoApprove": [
"get_issue",
"get_issue_comments",
"get_issue_attachments",
"get_issue_attachment",
"get_issue_shared_files",
"get_issue_types"
],
"disabled": false,
"timeout": 60,
"command": "npx",
"args": [
"-y",
"https://github.com/pj8/backlog-mcp-server"
],
"env": {
"BACKLOG_API_TOKEN": "****",
"BACKLOG_SPACE": "your-space-here"
},
"transportType": "stdio"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Backlog Mcp Server?
Backlog Mcp Server is an MCP server that integrates with Nulab's Backlog project management tool. It provides tools to read and write issues, comments, attachments, and other data through the Backlog API. It is intended for developers using AI assistants like CLINE on VSCode.
How to use Backlog Mcp Server?
Install by adding a configuration entry in the VSCode CLINE MCP Servers settings. Use npx to run the server from the GitHub repository. Set the environment variables BACKLOG_API_TOKEN (obtained from your Backlog API settings page) and BACKLOG_SPACE (your Backlog subdomain). Transport is stdio.
Key features of Backlog Mcp Server
- Get issue details
- Get issue comments
- Download issue attachments
- Get list of issue attachments
- Get list of linked shared files
- Add a new issue
- Update issue information
- Add a comment to an issue
- Update a comment
- Get list of issue types
Use cases of Backlog Mcp Server
- An AI assistant reads and summarizes a Backlog issue from a given URL.
- Automatically add comments to a Backlog issue based on external events.
- Update issue status or fields as part of a workflow.
- Attach files to an issue from a local or downloaded source.
- Retrieve all issues of a certain type for reporting.
FAQ from Backlog Mcp Server
How do I get my BACKLOG_API_TOKEN and BACKLOG_SPACE?
The API token is obtained from https://your-space-here.backlog.jp/EditApiSettings.action. The space is the subdomain of your Backlog URL (e.g., your-space-here from https://your-space-here.backlog.jp).
What runtime does Backlog Mcp Server require?
Node.js 20 or higher and npm 10 or higher.
What transport does Backlog Mcp Server use?
It uses stdio transport as configured in the MCP settings.
Can I automatically approve read-only tools?
Yes. The README suggests setting "autoApprove" for read-only tools like get_issue, get_issue_comments, get_issue_attachments, get_issue_attachment, get_issue_shared_files, and get_issue_types.
Is Backlog Mcp Server available as an npm package?
No. It is run directly from the GitHub repository via npx -y https://github.com/pj8/backlog-mcp-server.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
评论