Skip to main content
Glama

delega-mcp

MCP server for Delega — task infrastructure for AI agents.

Connect any MCP-compatible client (Claude Desktop, Cursor, Windsurf, etc.) to your Delega instance and manage tasks, projects, and agents through natural language.

Install

npm install -g delega-mcp

Configure

Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):

{
  "mcpServers": {
    "delega": {
      "command": "@delega-dev/mcp",
      "env": {
        "DELEGA_API_URL": "http://127.0.0.1:18890",
        "DELEGA_AGENT_KEY": "dlg_your_agent_key_here"
      }
    }
  }
}

Environment Variables

Variable

Default

Description

DELEGA_API_URL

http://127.0.0.1:18890

Delega API endpoint

DELEGA_AGENT_KEY

(none)

Agent API key for authenticated requests

For the hosted tier, use https://api.delega.dev as the URL.

Tools

Tool

Description

list_tasks

List tasks, filter by project, label, due date, completion

get_task

Get full task details including subtasks

create_task

Create a new task

update_task

Update task fields

complete_task

Mark a task as completed

delete_task

Delete a task permanently

add_comment

Add a comment to a task

list_projects

List all projects

get_stats

Get task statistics

list_agents

List registered agents

register_agent

Register a new agent (returns API key)

Self-Hosted vs Hosted

Self-hosted (free): Run your own Delega instance, point DELEGA_API_URL at it.

Hosted: Use https://api.delega.dev — free up to 1,000 tasks/month.

License

MIT

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/delega-dev/delega-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server