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 toolsRead 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 Add a comment to a task
assign_task
from source
Assign a task to an agent (or unassign by passing null) 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… 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 unassigned or assigned to you. With task_id, claims that specific task (e.g. one you found via list_tasks, or after a write was rejected with
complete_task
from source
Mark a task as completed. Attach 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 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 with HMAC-SHA256 (header X-Delega-Ingress-Signature: t=<unix>,v1=<hex of HMAC(secret,
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 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 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.… 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.claimed, task.released, task.state_changed, task.linked
delegate_task
from source
Delegate a task: create a child task linked to a parent. The parent 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 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 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 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 a recurring task template. Existing spawned task instances remain as normal tasks.
delete_task
from source
Delete a task permanently Delete a task permanently
delete_webhook
from source
Delete a webhook by ID (admin only) 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. 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 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 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 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 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 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 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. 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. 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 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 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 inbound connector sources with delivery counters (admin only). Hosted API only.
list_projects
from source
List all projects in Delega 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 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 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 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 including other agents
list_webhooks
from source
List all webhooks configured for your account (admin only) 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!) 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… 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 status and becomes immediately claimable. Leave a
set_agent_role
from source
Set an agent 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… 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 hit an error: the claim stays visible as held-but-stuck instead of faking liveness. Humans and orchestrators see the state via list_tasks/get_task. Fails with 409 if you no longer hold an active claim. Hosted API only.
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 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 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 immediately). Hosted API only.
update_recurrence
from source
Update a recurring task template, including pausing/resuming with active=false/true. Update a recurring task template, including pausing/resuming with active=false/true.
update_task
from source
Update an existing task Update an existing task
update_task_context
from source