このリポジトリは、Backlogの課題、コメント、添付ファイル、課題タイプなどの情報にアクセスするためのModel Context Protocol (MCP) サーバーです。
重要: 公式のbacklog-mcp-serverがリリースされていますので、そちらのご利用を推奨します。
機能
- 課題情報の取得、更新、追加
- 課題コメントの取得、更新、追加
- 課題添付ファイルのダウンロードと一覧取得
- 課題共有ファイルの一覧取得
- 種別一覧の取得
インストールと設定
Node.js 20以上とNPM 10以上が必要です。
MCPサーバーとして設定するには、以下のJSON設定をMCPクライアントに追加します。
{
"mcpServers": {
"backlog": {
"command": "npx",
"args": [
"-y",
"https://github.com/pj8/backlog-mcp-server"
],
"env": {
"BACKLOG_API_TOKEN": "****",
"BACKLOG_SPACE": "your-space-here"
},
"transportType": "stdio"
}
}
}
BACKLOG_API_TOKENとBACKLOG_SPACEは、ご自身のBacklogスペースに合わせて設定してください。
Recommend MCP Servers 💡
@agree-able/room-mcp
A command-line tool for using MCP (Model Context Protocol) with the Room protocol, enabling AI agents like Claude to create virtual rooms for coordinated goal accomplishment.
@oevortex/ddg_search
A MCP server for web search and AI-powered responses using DuckDuckGo and Felo AI, supporting URL content and metadata extraction.
oatpp-mcp
An implementation of Anthropic’s Model Context Protocol for the Oat++ C++ web framework, enabling automatic tool generation from API controllers for LLM interaction.
canvas-lms-mcp
A minimal MCP server bridging AI systems with Canvas LMS for accessing education data such as courses, assignments, quizzes, and files.
mcp-kibela
MCP server implementation that enables AI assistants to search and reference Kibela content
Glitchfix/mcp-duckduckgo
A Model Context Protocol server that provides web search and content fetching capabilities using DuckDuckGo. This server enables LLMs to search the web and retrieve content from web pages without requiring any API keys.