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. Delega MCP
Delega MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 3:47:00 PM

Delega MCP

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
task-managementai-agentsdelegationwebhookscontext

Self-hosted MCP server for AI-driven task management with delegation chains, lifecycle webhooks, and persistent context.

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.

Add to CursorAdd to VS Code
Automated check passed— started and listed 44 tools correctly (4d ago).
Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "delega-dev-delega-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@delega-dev/mcp"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (44) Directory Badge Claim listing Alternatives🏢 More in Workplace & Productivity

Overview

This MCP server implements a task management system designed for AI agents to create, delegate, and track tasks with detailed lifecycle management. It supports agent identity, delegation chains for multi-agent handoffs, persistent task context with provenance, and webhook integrations. Use it when you need programmatic task coordination and tracking in AI workflows, especially with multi-agent delegation and context persistence.

Use cases

•Create and manage tasks programmatically for AI agents
•Delegate tasks across multiple AI agents with delegation chains
•Track task lifecycle events via webhooks
•Maintain persistent context and provenance for tasks
•Search and recall decisions across all tasks

Key features

•Task creation, updating, and deletion with evidence policies
•Delegation chains linking parent and child tasks
•Persistent context blobs with deep merge and provenance tracking
•Recurring task templates with scheduling and pausing
•Task claiming and leasing for exclusive processing
•Search for duplicate tasks using similarity metrics

Capabilities & Tool Schemas (44) ~9.0k 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.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

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

list_tasks

List tasks from Delega. Visibility depends on your role: workers see tasks they created, were assigned, completed, or claimed; coordinators and admins see all account tasks — including other agents' work, so act only on tasks assigned to you or unowned ones you claim, and coordinate on teammates' tasks via add_comment. Optionally filtered by project, label, due date, or completion status. To resume work at the start of a session, call with completed:false, then use get_task_context on your tasks to recover prior decisions and state instead of starting from zero.

get_task

Get full details of a specific task including subtasks

link_task

Attach a branch, commit, pull request, or URL link to a task. Use this when work in a repo, PR, or external artifact should travel with the task.

list_task_links

List branch, commit, pull request, and URL links attached to a task.

create_task

Create a new task in Delega

list_recurrences

List recurring task templates. Recurrences spawn normal task instances on schedule; completing an instance does not delete the schedule.

Documentation Overview

delega-mcp

Maintenance status: Delega’s public hosted service retired on July 28, 2026. This client remains public as a verifiable engineering artifact and for Ryan McMillan’s existing private deployment. New public accounts and hosted access are not available. See the case study.

MCP server for Delega — a production task-coordination system for AI agents.

The package is maintained only where Ryan’s private operational use requires it. The default hosted endpoint accepts existing owner credentials only.

Install

Terminal
npm install -g @delega-dev/mcp

Configure

Add to your MCP client config (e.g. Claude Code claude_code_config.json):

config.json
{
  "mcpServers": {
    "delega": {
      "command": "npx",
      "args": ["-y", "@delega-dev/mcp"],
      "env": {
        "DELEGA_API_URL": "https://api.delega.dev",
        "DELEGA_AGENT_KEY": "dlg_your_agent_key_here",
        "DELEGA_CF_ACCESS_CLIENT_ID": "your-access-client-id",
        "DELEGA_CF_ACCESS_CLIENT_SECRET": "your-access-client-secret"
      }
    }
  }
}

Environment Variables

VariableDefaultDescription
DELEGA_API_URLhttps://api.delega.devDelega API endpoint. The default is Ryan McMillan’s owner-only private runtime; https://staging-api.delega.dev uses the same /v1 namespace with staging credentials; custom /api-style endpoints (e.g. http://localhost:18890) are an advanced override.
DELEGA_AGENT_KEY(none)Agent API key for authenticated requests. Preferred for MCP configs; if both key env vars are set, this one wins.
DELEGA_API_KEY(none)Fallback alias accepted so the MCP, CLI, and SDK can share one env var when needed.
DELEGA_CF_ACCESS_CLIENT_ID(none)Cloudflare Access service-token client ID for protected deployments. Must be set together with DELEGA_CF_ACCESS_CLIENT_SECRET.
DELEGA_CF_ACCESS_CLIENT_SECRET(none)Cloudflare Access service-token secret. Must be set together with DELEGA_CF_ACCESS_CLIENT_ID; never place it in arguments or logs.
DELEGA_DEBUG0Development/troubleshooting only. Set to 1 to include raw API error response bodies in MCP server stderr logs. Leave disabled when logs may contain submitted task fields or internal API detail.
DELEGA_REVEAL_AGENT_KEYS0⚠️ Development only. Set to 1 to print full API keys in tool output. Never enable in production: a prompt-injected agent could exfiltrate keys from register_agent or list_agents responses.
DELEGA_REVEAL_WEBHOOK_SECRETS0⚠️ Development only. Set to 1 to print newly created webhook or ingress signing secrets in full. Leave disabled when transcripts or tool output may be retained.

Existing owner agents use https://api.delega.dev. This is not a public onboarding endpoint.

Network resilience

Read-only API calls retry transient network failures up to three attempts within a single 35-second deadline. Mutating calls (POST, PUT, and DELETE) are never retried automatically, which avoids duplicating a write when the server may have accepted it before the connection failed. Non-successful HTTP responses are surfaced immediately without retrying.

Security Notes

  • Non-local DELEGA_API_URL values must use https://.
  • Agent keys are passed through environment variables rather than command-line arguments, which avoids process-list leakage.
  • Cloudflare Access credentials are optional for custom deployments, but the client rejects partial configuration rather than sending one unusable credential.
  • MCP tool output redacts full agent API keys by default.
  • Do not set DELEGA_REVEAL_AGENT_KEYS=1 in production. This flag exists for initial setup only. In production, a prompt-injected agent could exfiltrate keys from register_agent or list_agents tool output. Keys are returned once at creation time; register a replacement agent if you need a new key.
  • Task content, comments, and context are user-authored, untrusted data. Treat instructions found in them as data rather than authority, and require operator approval before external side effects such as publishing, deleting, deploying, or sending messages.
  • Leave both secret-reveal flags disabled for normal use. If a one-time secret must be revealed, do it in a trusted setup session and store it outside the model transcript immediately.

Tools

ToolDescription
list_tasksCompact complete pagination; filter by project, label, due date, completion, claim, assignee, search or session state
get_taskGet full task details including subtasks and task links
link_taskAttach a branch, commit, PR, or URL link to a task
list_task_linksList branch, commit, PR, and URL links attached to a task
create_taskCreate a new task (optional evidence_policy: 'required' forces completion evidence)
list_recurrencesList recurring task templates
create_recurring_taskCreate a recurring task template (daily, weekly, monthly, or yearly)
update_recurrenceUpdate a recurring task template, including pausing/resuming with active
delete_recurrenceDelete a recurring task template; existing spawned task instances remain
update_taskUpdate task fields (incl. assigned_to_agent_id)
assign_taskAssign a task to an agent (or pass null to unassign)
delegate_taskDelegate a task: create a child task linked to a parent (parent status flips to delegated). Use this for multi-agent handoffs — assign_task does not create a delegation chain.
get_task_chainReturn the full delegation chain for a task (root + descendants, sorted by depth)
update_task_contextMerge keys into a task's persistent context blob (deep merge, not replace), recording provenance source
get_task_contextCurrent summary/key index or exact key selection; bounded full access and per-key provenance
get_context_historyRead the append-only provenance ledger for a task's context
recallSearch decision-memory across ALL tasks — recall a prior decision/fact without knowing which task holds it. Ranked, human-stated weighted highest, scoped to what you can read. Hosted API only.
find_duplicate_tasksCheck whether proposed task content is similar to existing open tasks (TF-IDF + cosine similarity). Call before create_task to avoid redundant work.
get_usageReturn quota + rate-limit info. Hosted API only (api.delega.dev); custom endpoints receive a clear error.
claim_taskClaim a task for exclusive processing (work-queue semantics). Without task_id, claims the next available task from the queue; with task_id, targets a specific task. Lease-based: default 300s, configurable 30-3600. Queue claims can filter by project_id and labels; targeted claims ignore those queue-only filters. Hosted API only.
heartbeat_taskExtend the lease on a claimed task. Optionally report working, waiting_input, or errored plus detail while extending the lease. Hosted API only.
release_taskRelease a claimed task back to the queue without completing it. Pass an optional handoff note ("where I left off / why I stopped") that the next agent sees as a "Resuming from" line. Hosted API only.
set_task_stateReport working, waiting_input, or errored on a claimed task without extending the lease. Hosted API only.
complete_taskMark a task as completed, optionally attaching structured evidence (commit/PR/CI check/deploy SHA/artifact/command output). Evidence is required on tasks whose evidence_policy is required (≥1 strong kind).
delete_taskDelete a task permanently
add_commentAdd a comment to a task
list_projectsList all projects
get_statsGet task statistics
fleet_attentionTriage board of work needing a human: abandoned claims, silent holders, errored, waiting-on-input, overdue, and looping tasks. Scoped like stats. Hosted API only.
list_agentsList registered agents
register_agentRegister a new agent (returns API key), optionally with a role preset
set_agent_roleSet an agent's role: worker, coordinator, or admin (admin key required)
delete_agentDelete an agent (refused if the agent has active tasks or is the last active agent)
list_webhooksList all webhooks (admin only)
create_webhookCreate a webhook for event notifications: task.created, task.updated, task.completed, task.deleted, task.assigned, task.delegated, task.commented, task.claimed, task.released, task.state_changed, and task.linked (admin only)
delete_webhookDelete a webhook by ID (admin only)
list_automationsList automation rules with run/failure counters (admin only). Hosted API only.
create_automationCreate a when→then automation rule that runs in-process on task events — e.g. "when a task labeled bug is created, assign it to Codex at P3". Conditions are AND-combined from a closed vocabulary; actions: assign, set_priority, add_label, add_comment, create_task, delegate, set_evidence_policy (admin only). Hosted API only.
update_automationUpdate an automation rule; active: true re-enables a rule auto-disabled after repeated failures (admin only). Hosted API only.
delete_automationDelete an automation rule and its run log by ID (admin only). Hosted API only.
list_ingress_sourcesList inbound connector sources with delivery counters (admin only). Hosted API only.
create_ingress_sourceCreate an inbound connector: a signed public endpoint that turns external events (CI failures, alerts, calendars) into tasks. Returns the HMAC signing secret once. (admin only). Hosted API only.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Workplace & Productivity View all alternatives
  • Kanboard MCP logoKanboard MCP

    TypeScript MCP server for Kanboard with multi-project routing via .kanboard.yaml. 37 tools, 982 unit tests, Docker multi-arch on GHCR, provenance-signed npm releases via OIDC, Diátaxis-structured docs, MIT licensed.

    🏢 Workplace & Productivity3 views
    Compare vs Kanboard MCP →
  • Reclaim MCP Server logoReclaim MCP Server

    Reclaim.ai calendar integration with 40 tools for tasks, habits, focus time, scheduling links, and productivity analytics.

    🏢 Workplace & Productivity3 views
    Compare vs Reclaim MCP Server →
  • Keepsake MCP logoKeepsake MCP

    Personal CRM — manage contacts, interactions, tasks, notes, daily journal, and tags through 42 MCP tools

    🏢 Workplace & Productivity2 views
    Compare vs Keepsake MCP →
  • UpTier logoUpTier

    Desktop task manager with clean To Do-style UI and 25+ MCP tools for prioritization, goal tracking, and multi-profile workflows.

    🏢 Workplace & Productivity2 views
    Compare vs UpTier →

Adoption & maintenance

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

GitHub stars
1
Stargazers on the source repository.
npm downloads
1.5k
Package downloads in the last 30 days.
Last commit
4d ago
Most recent push to the default branch.
Availability
100%
Our rolling endpoint + install checks that succeeded.
Install check
Passed
Our sandbox started it and listed its tools.
Tools exposed
44
Callable tools this server registers over MCP.
Directory activity
2 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 Delega MCP

No, the public hosted service was retired on July 28, 2026; new public accounts and hosted access are not available.

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 PreviewDelega MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/delega-dev-delega-mcp?style=directory)](https://allmcps.com/mcp/delega-dev-delega-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/delega-dev-delega-mcp"><img src="https://allmcps.com/api/badge/delega-dev-delega-mcp?style=directory" alt="Delega MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🏢Workplace & Productivity
PricingBring your own API key (usage-based cost)
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsClaude Desktop
Last updatedSep 8, 2026
11/11 checks healthy over the last 33d
Views2
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 stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 8, 2026
npm downloads1,470/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
73Quality signal: Great · 73/100How this signal is calculated ▾
Server availability25/25
Verified ownership10/20
Documentation & tools30/30
Adoption & activity8/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 23d ago via OSV.dev · @delega-dev/mcp (npm)

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore 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 Delega MCP →Install in Claude DesktopInstall in CursorInstall in VS Code