Server data from the Official MCP Registry
Task management API for AI agents. Create, delegate, and track tasks via MCP.
Task management API for AI agents. Create, delegate, and track tasks via MCP.
Set these up before or after installing:
Environment variable: DELEGA_API_KEY
Environment variable: DELEGA_API_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-delega-dev-delega": {
"env": {
"DELEGA_API_KEY": "your-delega-api-key-here",
"DELEGA_API_URL": "your-delega-api-url-here"
},
"args": [
"-y",
"@delega-dev/mcp"
],
"command": "npx"
}
}
}This is a well-structured MCP server for task management with proper authentication, secure credential handling, and appropriate permissions. The code demonstrates good security practices with HTTPS enforcement, API key redaction, and clear security documentation. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 5 files · 6 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!