Backlog MCP ServerServer

katsuhirohonda
GitHub
Project ManagementApp Automation

Loading subscription status...

💡 Description

This is a TypeScript-based server that integrates Backlog with the Model Context Protocol (MCP), allowing access to Backlog projects, issues, and wiki pages through natural language interactions.

📝 JSON Entries

{
  "mcpServers": [
    {
      "mcp-backlog-server": {
        "env": {
          "BACKLOG_API_KEY": "your-api-key",
          "BACKLOG_SPACE_URL": "https://your-space.backlog.com"
        },
        "args": [],
        "command": "/path/to/mcp-backlog-server/build/index.js"
      }
    }
  ]
}

🛠️ Tools

get_backlog_userget_backlog_spacelist_recent_projectsget_project_issuesget_issue_detailget_issue_commentsadd_issue_commentget_issue_comment_countget_issue_commentget_wiki_page_listget_wiki_pageupdate_wiki_pagesummarize_projectsanalyze_backlog_usagesummarize_wiki_pages

Features

  • Access to Backlog projects via `backlog://project/[id]`
  • Fetching recent project issues
  • Wiki page management
  • Real-time user information from Backlog

💬 Example Queries

  • Summarize recent Backlog projects
  • Get the details of a specific issue
  • List recent projects viewed