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.
「その他」の他のコンテンツ
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント