Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🏢 Workplace & Productivity
  3. Backlog
Backlog logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 8:01:59 PM

Backlog

User RatingsBe the first to rate and review this MCP server!
View Repository5 GitHub StarsTotal stargazers on GitHub for the source repository (5 stars).Visit Website
task-managementproject-managementmulti-agentclaude-codedeveloper-tools

Persists project-isolated tasks across sessions with tools for planning, tracking, handoffs, and agent coordination.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON ▾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for backloghq/backlog, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Tool Schemas (24) Directory Badge Claim listing Alternatives🏢 More in Workplace & Productivity

Overview

Persistent, cross-session task management is the role of the backloghq/backlog MCP server, which exposes task lifecycle operations through MCP. It stores tasks with event-sourced data, typed schemas, and per-project isolation, while supporting annotations, attached Markdown documents, filtering, archiving, and agent ownership. Claude Code users can add it as a plugin with skills, hooks, and a planning agent, or run the built server standalone with configured storage. Reach for it when work must persist between sessions or be shared by multiple agent processes.

Use cases

•Track implementation tasks across Claude Code sessions
•Coordinate work between multiple agents
•Attach specifications and handoff notes to tasks
•Filter backlogs by project, status, priority, or tags
•Archive completed work for later inspection

Key features

•Persistent cross-session task storage
•Per-project isolation and configurable namespaces
•Task lifecycle, filtering, annotation, and document tools
•Multi-agent write support
•Optional Amazon S3 backend
•Claude Code skills, hooks, and planning agent

Capabilities & Tool Schemas (24) ~404 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Backlog.

task_list

Query tasks with filter syntax. Returns JSON array with all fields.

task_count

Count tasks matching a filter. Same syntax as task_list.

task_add

Create a new pending task. Only description required; all other fields optional.

task_log

Record already-completed work directly in completed status.

task_modify

Partial-update one or more tasks matching a filter. Only provided fields change.

task_duplicate

Copy an existing task with optional field overrides.

How Backlog works

What backloghq/backlog does

The backloghq/backlog MCP server gives agents a persistent task store that survives the end of an individual session. It is designed for project work where one agent may create or start a task and another agent later needs to find, inspect, continue, or complete it. Each project can receive its own task data automatically, reducing the chance that unrelated projects share the same backlog.

Tasks can represent pending, active, completed, blocked, scheduled, or deleted work. Records support descriptions, priorities, due dates, projects, tags, dependencies, agent identities, timestamps, annotations, and attached Markdown documents. Documents can hold specifications, implementation context, or handoff notes.

The repository also provides seven Claude Code skills for viewing, planning, refining, specifying, implementing, and handing off work. Its task-planner agent can decompose goals into tasks and write specifications. Hooks connect the backlog with Claude’s built-in task events, including session startup, task creation, completion, and subagent startup.

How it works

The server is implemented in TypeScript and is built on @backloghq/agentdb. Storage uses the filesystem by default and can use Amazon S3 when the S3 backend is selected. In standalone mode, TASKDATA identifies the data directory or, with S3, the key prefix. Plugin usage can derive project-specific storage automatically; explicit namespaces are also available.

Multiple processes can share a backlog. Each process can set a distinct BACKLOG_AGENT_ID, allowing separate write logs instead of relying on file locks. Operations refresh data before use so changes from other agents can be picked up. Namespaces can be set manually or derived from the current working directory.

Filtering supports fields such as status, project, priority, due date, description, and agent. It also supports tags, virtual states such as +ACTIVE, +BLOCKED, +READY, and +OVERDUE, attribute modifiers, and Boolean expressions.

Setup and configuration

The backloghq/backlog MCP server can be installed as a Claude Code plugin with /plugin marketplace add backloghq/backlog, followed by /plugin install backlog@backloghq-backlog. From source, the documented flow is to clone the repository, run npm install, build it, and point Claude at the resulting plugin directory.

For standalone use, configure an MCP entry that runs the built dist/index.js file with Node. Set TASKDATA to a data directory, or configure BACKLOG_BACKEND as s3 with BACKLOG_S3_BUCKET and an optional BACKLOG_S3_REGION. S3 storage additionally requires the @backloghq/opslog-s3 package. BACKLOG_NAMESPACE and BACKLOG_AUTO_NAMESPACE control collection naming.

Tools and capabilities

The MCP tools cover the full task lifecycle:

  • Query and count tasks with filter expressions.
  • Create, import, duplicate, modify, start, stop, complete, delete, undo, and permanently purge tasks.
  • Add or remove timestamped annotations.
  • Write, read, replace, and delete Markdown task documents.
  • Archive completed or deleted tasks and inspect archive segments.
  • List projects and tags that contain pending or recurring tasks.

Deletion is soft by default, while purging and deleting an attached document are permanent operations. Bulk import is atomic, and task_info returns complete details for a task identified by ID or UUID.

Limitations and notes

The documented standalone configuration uses a built JavaScript file path, so the project must be built from source before that mode can run. S3 is optional rather than the default and requires an additional package plus bucket configuration. Permanent purge and document deletion cannot be reversed. The README documents Claude Code skills and hooks; the MCP tools can also be used by other compatible MCP clients when configured as a standalone server.

Getting started with this backloghq/backlog MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Workplace & Productivity View all alternatives
  • Claudia logoClaudia

    AI-native task management system for Claude agents. Hierarchical tasks, dependencies, sprints, acceptance criteria, multi-agent coordination, and MCP server integration.

    🏢 Workplace & Productivity4 views
    Compare vs Claudia →
  • MCP Orchestro logoMCP Orchestro

    Trello for Claude Code: AI-powered task management with 60 MCP tools, visual Kanban board, and intelligent orchestration for product teams and developers.

    🏢 Workplace & Productivity3 views
    Compare vs MCP Orchestro →
  • MCP Server Atlassian Jira logoMCP Server Atlassian Jira

    Atlassian Jira Cloud integration. Enables AI systems to interact with Jira projects, issues, comments, and related development information in real time.

    🏢 Workplace & Productivity5 views
    Compare vs MCP Server Atlassian Jira →
  • Karea MCP logoKarea MCP

    MCP server for Karea task manager. 44 tools to create, edit, close, recap, and link your dev tasks while Claude Code or Cursor codes. Per-task open questions, attached resources, Jira links, productivity recap. npx -y karea-mcp

    🏢 Workplace & Productivity3 views
    Compare vs Karea MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
5
Stargazers on the source repository.
Last commit
3mo ago
Most recent push to the default branch.
Tools exposed
24
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Backlog

In Claude Code, add the marketplace with `/plugin marketplace add backloghq/backlog`, then install it with `/plugin install backlog@backloghq-backlog`. From source, clone the repository, run `npm install` and `npm run build`, then use the built plugin directory.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBacklog AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/backloghq-backlog?style=directory)](https://allmcps.com/mcp/backloghq-backlog)
HTML Embed
<a href="https://allmcps.com/mcp/backloghq-backlog"><img src="https://allmcps.com/api/badge/backloghq-backlog?style=directory" alt="Backlog on AllMCPs" /></a>

Technical Specs & Signals

Category🏢Workplace & Productivity
PricingFree
More technical detailsExpand ▾
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars5
GitHub Star CountTotal stargazers on GitHub representing community popularity (5 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 30, 2026
47Quality signal: Fair · 47/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🏢 Workplace & Productivity →Best MCP servers for Workplace & Productivity →Alternatives to Backlog →Install in Claude DesktopInstall in CursorInstall in VS Code