Task management API for AI agents. Create, delegate, and track tasks via MCP.
Most planning and project tracking work still happens through a UI a human drives. Delega MCP server moves it into the conversation instead. Task management API for AI agents. Create, delegate, and track tasks via MCP.
MCP server for Delega — a production task-coordination system for AI agents.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 14 tools. What each one is for:
list_tasks — List tasks, filter by project, label, due date, completionget_task — Get full task details including subtasks and task linkslink_task — Attach a branch, commit, PR, or URL link to a tasklist_task_links — List branch, commit, PR, and URL links attached to a taskcreate_task — Create a new task (optional evidence_policy: 'required' forces completion evidence)list_recurrences — List recurring task templatescreate_recurring_task — Create a recurring task template (daily, weekly, monthly, or yearly)update_recurrence — Update a recurring task template, including pausing/resuming with activedelete_recurrence — Delete a recurring task template; existing spawned task instances remainupdate_task — Update task fields (incl. assigned_to_agent_id)assign_task — Assign a task to an agent (or pass null to unassign)delegate_task — Delegate a task: create a child task linked to a parent (parent status flips to delegated). Use this for multi-agent handoffs — assign_task does notConfiguration is passed through the environment: DELEGA_API_URL, DELEGA_AGENT_KEY, DELEGA_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Delega's toolset — list_tasks, get_task, link_task and 11 more — is a fair guide to whether it matches your workflow. It is maintained by delega-dev; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| list_tasks | List tasks, filter by project, label, due date, completion |
| get_task | Get full task details including subtasks and task links |
| link_task | Attach a branch, commit, PR, or URL link to a task |
| list_task_links | List branch, commit, PR, and URL links attached to a task |
| create_task | Create a new task (optional evidence_policy: 'required' forces completion evidence) |
| list_recurrences | List recurring task templates |
| create_recurring_task | Create a recurring task template (daily, weekly, monthly, or yearly) |
| update_recurrence | Update a recurring task template, including pausing/resuming with active |
| delete_recurrence | Delete a recurring task template; existing spawned task instances remain |
| update_task | Update task fields (incl. assigned_to_agent_id) |
| assign_task | Assign a task to an agent (or pass null to unassign) |
| delegate_task | Delegate 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_chain | Return the full delegation chain for a task (root + descendants, sorted by depth) |
| update_task_context | Merge keys into a task's persistent context blob (deep merge, not replace), recording provenance source |
{
"mcpServers": {
"delega": {
"command": "npx",
"args": ["-y", "@delega-dev/mcp"],
"env": {
"DELEGA_API_URL": "your-value",
"DELEGA_AGENT_KEY": "your-value",
"DELEGA_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| DELEGA_API_URL | Endpoint or connection string the server talks to. | Yes |
| DELEGA_AGENT_KEY | Credential the server authenticates with. | Yes |
| DELEGA_API_KEY | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.