io.github.delega-dev/delega
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_KEYrequiredsecret
Agent API key from your Delega dashboard (delega.dev/dashboard)
DELEGA_API_URLDelega 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
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.