Provides Model Context Protocol access to Backlog API enabling project management, issue tracking, user and file operations, comment handling, and advanced search functionalities for efficient workflow integration.
Unlock the full potential of Backlog MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
Backlog API へのアクセスを提供する MCP サーバーです。プロジェクト管理、課題追跡、ファイル操作などの機能を利用できます。
keyword
: フリーテキスト検索projectId
: 特定のプロジェクトで絞り込みstatusId
: 状態で絞り込みassigneeId
: 担当者で絞り込み例: keyword=バグ statusId=1 assigneeId=12345
.env
ファイルに以下の設定を追加します:
BACKLOG_DOMAIN=your-domain.backlog.com
BACKLOG_API_KEY=your-api-key
# テスト用設定(オプション)
TEST_PROJECT_ID=your-test-project-id
TEST_PROJECT_KEY=your-test-project-key
Claude Desktop で使用するには、claude_desktop_config.json
に以下を追加します:
{ "mcpServers": { "backlog": { "command": "npx", "args": ["-y", "@tmhr1850/backlog-mcp-server"], "env": { "BACKLOG_DOMAIN": "your-domain.backlog.com", "BACKLOG_API_KEY": "your-api-key" } } } }
# ビルド npm run build # 実行 npm start
# 全テスト実行 npm test # 監視モードでテスト実行 npm run test:watch # カバレッジレポート付きでテスト実行 npm run test:coverage
この MCP サーバーは MIT ライセンスの下で提供されています。詳細はプロジェクトリポジトリの LICENSE ファイルをご覧ください。
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!