bgl-mcp-server
Allows managing Backlog issues and comments directly from GitHub Copilot Chat in VSCode.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bgl-mcp-serverget me the details of issue PROJ-123 and its latest comments"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
bgl-mcp-server
bgl CLIをラップしたMCPサーバーです。
VSCode + GitHub Copilot や Claude Desktop から、直接Backlogの課題を参照・コメント追加ができるようになります。
前提条件
Node.js v20以上
bgl がインストール済み&ログイン済み
# bglのインストール(まだの場合)
brew tap dannygim/tap
brew install bgl
# Backlogにログイン
bgl auth loginRelated MCP server: Backlog MCP Server
インストール
# リポジトリをクローン
git clone <this-repo>
cd bgl-mcp-server
# 依存関係インストール
npm install
# ビルド
npm run buildVSCode + GitHub Copilot での設定
プロジェクトの .vscode/mcp.json を作成:
{
"servers": {
"backlog": {
"command": "node",
"args": ["/path/to/bgl-mcp-server/dist/index.js"]
}
}
}または、グローバル設定 ~/.vscode/mcp.json に追加。
Claude Desktop での設定
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"backlog": {
"command": "node",
"args": ["/path/to/bgl-mcp-server/dist/index.js"]
}
}
}利用可能なツール
ツール名 | 説明 |
| 課題の内容を取得 |
| 課題のコメント一覧を取得 |
| 課題にコメントを追加 |
使い方の例
Copilot Chatで以下のように話しかけるだけ:
EBC_101-25956 の課題内容を確認してこの課題の原因を分析して、修正方針を検討して検討した修正方針をBacklogにコメントとして投稿してライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceIntegrates Backlog project management with Claude via Model Context Protocol, enabling access to projects, issues, and wiki pages through natural language interactions.1
- AlicenseBqualityDmaintenanceProvides access to Backlog API for project management, issue tracking, and file operations through Claude Desktop.8811MIT
- AlicenseCqualityDmaintenanceConnects Jira with Claude, enabling users to search issues, view issue details, update issues, add comments, and retrieve project information through natural language commands.1551MIT
- AlicenseBqualityDmaintenanceEnables interaction with Backlog project management tools, allowing users to manage projects, issues, and wikis through natural language.1233,209MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/yuka-sakamaki777/bgl-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server