🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

delega-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

delega-mcp

MCP server for Delega — task infrastructure for AI agents

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
8
-69.23%
Maintainers
1
Weekly downloads
 
Created
Source

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-mcp",
      "env": {
        "DELEGA_API_URL": "http://127.0.0.1:18890",
        "DELEGA_AGENT_KEY": "dlg_your_agent_key_here"
      }
    }
  }
}

Environment Variables

VariableDefaultDescription
DELEGA_API_URLhttp://127.0.0.1:18890Delega 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

ToolDescription
list_tasksList tasks, filter by project, label, due date, completion
get_taskGet full task details including subtasks
create_taskCreate a new task
update_taskUpdate task fields
complete_taskMark a task as completed
delete_taskDelete a task permanently
add_commentAdd a comment to a task
list_projectsList all projects
get_statsGet task statistics
list_agentsList registered agents
register_agentRegister 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.

  • Delega — Main site
  • GitHub — Source code
  • API Docs — REST API reference

License

MIT

Keywords

mcp

FAQs

Package last updated on 11 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts