Backlog MCP Server
Backlog MCP Server
Backlog API에 연결하는 MCP 서버입니다. 과제 검색, 검색 및 업데이트 기능을 제공합니다.
기능
과제 찾기
과제 획득
과제 업데이트
Related MCP server: Backlog MCP Server
설정
MCP 설정
~/Library/Application Support/Code/User/globalStorage/rooveterinaryinc.roo-cline/settings/cline_mcp_settings.json 에 다음을 추가합니다.
{
"mcpServers": {
"backlog": {
"command": "node",
"args": ["build/index.js"],
"cwd": "/path/to/backlog-mcp-server"
}
}
}참고: cwd 를 실제 프로젝트 경로로 바꾸십시오.
Docker 환경
개발 환경
개발 및 테스트용으로 Docker 컨테이너를 사용하는 경우:
# .envファイルを作成
cp .env.example .env
# 必要な環境変数を設定
BACKLOG_SPACE_URL=https://your-space.backlog.com
BACKLOG_API_KEY=your_api_key
# 開発モードでビルドと起動
NODE_ENV=development docker compose up -d --build개발 모드에서는 소스 코드 변경을 모니터링하고 자동으로 다시 시작합니다.
프로덕션 환경
프로덕션 환경에 Docker 컨테이너를 사용하는 경우:
# .envファイルを作成
cp .env.example .env
# 必要な環境変数を設定
BACKLOG_SPACE_URL=https://your-space.backlog.com
BACKLOG_API_KEY=your_api_key
# 本番モードでビルドと起動
docker compose up -d --buildMCP 서버로 사용
Docker 컨테이너를 사용하여 MCP 서버로 실행하려면 사용하는 앱의 구성 파일을 다음과 같이 설정합니다. Cline, RooCline 예제: cline_mcp_settings.json
{
"mcpServers": {
"backlog": {
"command": "docker",
"args": ["exec", "-i", "backlog-mcp-server", "node", "build/index.js"],
"env": {
"BACKLOG_SPACE_URL": "https://your-space.backlog.com",
"BACKLOG_API_KEY": "your_api_key"
}
}
}
}기타 앱 설정 방법
Claude Desktop: https://ainow.jp/claude-mcp-guide/
Windsurf: https://zenn.dev/y16ra/articles/3ed3e2ae734fa4
Cursor: https://note.com/shuzon\_\_/n/na2aafacf7324 → [Notion MCP Server를 Cursor로 설정]
프롬프트 예
# 課題の検索
・バックログのPROJECT1-100の課題を説明して
・バックログのPROJECT1のプロジェクトで処理中の課題を教えて
# 課題の更新
・PROJECT1-100の課題のステータスを完了にして
・PROJECT1-100の課題に「〜〜〜」とコメントして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
- AlicenseBqualityNot gradedmaintenanceAn MCP server implementation that integrates with Backlog API, enabling project management operations including issues, projects, and wikis through natural language interactions.128,6303
- AlicenseBqualityDmaintenanceA read-only MCP server that enables users to retrieve and interact with Backlog projects, issues, pull requests, and notifications. It provides a secure way to query Backlog data through natural language using tools like Claude Desktop.1015MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for integrating with Jira Server instances, enabling natural language interactions to create, update, search, and manage issues and comments.951MIT
- AlicenseAqualityDmaintenanceAn MCP server providing AI agents with read access to Backlog issues, comments, and attachments via API Key authentication.1216MIT
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for generating rough-draft project plans from natural-language prompts.
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/jootsuki/backlog-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server