mcpserver.lol
registry/delega
Connection check local install

delega

Delega MCP client. Public hosted access retired July 28, 2026; existing owner credentials only.

Tools 44
GitHub stars 1
Installs / wk 209
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

44 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

add_comment from source
Add a comment to a task
assign_task from source
Assign a task to an agent (or unassign by passing null)
claim_task from source
Claim a task for exclusive processing (work-queue semantics). Without task_id, atomically picks the highest-priority claimable task from the queue \u2014 open, unclaimed, and unass…
complete_task from source
Mark a task as completed. Attach
create_automation from source
create_ingress_source from source
Create an inbound connector: a signed public endpoint that turns external events (CI failures, alerts, calendars) into Delega tasks (admin only). The sender signs each POST body wi…
create_recurring_task from source
Create a recurring task template. The hosted scheduler spawns normal task instances from this template and links them with source_recurrence_id.
create_task from source
Create a new task in Delega
create_webhook from source
Create a webhook to receive event notifications (admin only). Events: task.created, task.updated, task.completed, task.deleted, task.assigned, task.delegated, task.commented, task.…
delegate_task from source
Delegate a task: create a child task linked to a parent. The parent
delete_agent from source
Delete an agent. The API may refuse if the agent has active tasks or is the last active agent.
delete_automation from source
Delete an automation rule and its run log by ID (admin only). Hosted API only.
delete_ingress_source from source
Delete an inbound connector source and its delivery log by ID (admin only). Its endpoint immediately returns 404. Hosted API only.
delete_recurrence from source
Delete a recurring task template. Existing spawned task instances remain as normal tasks.
delete_task from source
Delete a task permanently
delete_webhook from source
Delete a webhook by ID (admin only)
find_duplicate_tasks from source
Check whether a proposed task is similar to existing open tasks (TF-IDF + cosine similarity). Call this before create_task to avoid redundant work.
fleet_attention from source
Triage board: one call returning everything across the account that needs a human or coordinator \u2014 abandoned claims (a crashed/silent agent
get_context_history from source
Read the append-only provenance ledger for a task
get_stats from source
Get task statistics from Delega (totals, completed today, due today, overdue, by project)
get_task from source
Get full details of a specific task including subtasks
get_task_chain from source
Get the full delegation chain for a task (root + all descendants, sorted by depth). Use this to inspect parent/child accountability.
get_task_context from source
Read a task
get_usage from source
Get quota and rate-limit information for the current plan. Hosted API only (api.delega.dev) \u2014 custom endpoints receive a clear error.
heartbeat_task from source
link_task from source
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_agents from source
List all registered agents in Delega. Admin keys get the full view; coordinators get a read-only directory (name, role, activity) for resolving agent IDs on tasks.
list_automations from source
List all automation rules configured for your account, with run/failure counts (admin only). Hosted API only.
list_ingress_sources from source
List inbound connector sources with delivery counters (admin only). Hosted API only.
list_projects from source
List all projects in Delega
list_recurrences from source
List recurring task templates. Recurrences spawn normal task instances on schedule; completing an instance does not delete the schedule.
list_task_links from source
List branch, commit, pull request, and URL links attached to a task.
list_tasks from source
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 \u2014…
list_webhooks from source
List all webhooks configured for your account (admin only)
recall from source
register_agent from source
Register a new agent in Delega. Returns the API key (shown only at creation \u2014 save it!)
release_task from source
Release a task you have claimed back to the queue without completing it. Use when you cannot finish the work or another agent should take over \u2014 the task returns to open statu…
set_agent_role from source
Set an agent
set_task_state from source
Report the session state of a task you have claimed \u2014 working, waiting_input, or errored \u2014 without extending the lease. Use this to flag that you are blocked on input or…
update_automation from source
Update an automation rule (admin only). Only supplied fields change; setting active true re-enables a rule that was auto-disabled after repeated failures. Hosted API only.
update_ingress_source from source
Update an inbound connector source (admin only). Only supplied fields change; pass rotate_secret true to mint a new signing secret (shown once \u2014 the old secret stops working i…
update_recurrence from source
Update a recurring task template, including pausing/resuming with active=false/true.
update_task from source
Update an existing task
update_task_context from source
Merge keys into a task