← Index

io.github.delega-dev/delega

io.github.delega-dev/delega·v1.2.1·Other
Quality Score
90
/100

Task management API for AI agents. Create, delegate, and track tasks via MCP.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "delega": {
      "command": "npx",
      "args": [
        "-y",
        "@delega-dev/mcp"
      ],
      "env": {
        "DELEGA_API_KEY": "<your-delega_api_key>",
        "DELEGA_API_URL": "<delega_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "delega": {
      "command": "npx",
      "args": [
        "-y",
        "@delega-dev/mcp"
      ],
      "env": {
        "DELEGA_API_KEY": "<your-delega_api_key>",
        "DELEGA_API_URL": "<delega_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @delega-dev/mcp
§02  Environment variables
DELEGA_API_KEY
requiredsecret

Agent API key from your Delega dashboard (delega.dev/dashboard)

DELEGA_API_URL

Delega API endpoint. Defaults to http://127.0.0.1:18890 for self-hosted. Use https://api.delega.dev for hosted tier.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other