このリポジトリは、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 💡
MCP-server-Deepseek_R1
An MCP server connecting Claude Desktop with DeepSeek's R1/V3 language models for enhanced reasoning capabilities.
Quickchat AI MCP
The Quickchat AI MCP server
paperpal
An MCP extension that provides LLMs access to arXiv and Hugging Face papers for literature review and discussion.
mcp-weather-server
An MCP server that provides weather information.
asgardeo-mcp-server
Manages Asgardeo organization or WSO2 Identity Server deployments using LLM tools, enabling natural language interactions for various configuration tasks.
theishangoswami/exa-mcp-server
An MCP server enabling AI assistants like Claude to use the Exa AI Search API for web searches