io.github.delega-dev/delega✓
io.github.delega-dev/delega · v1.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.delega-dev/delega",
"description": "Task management API for AI agents. Create, delegate, and track tasks via MCP.",
"repository": {
"url": "https://github.com/delega-dev/delega-mcp",
"source": "github"
},
"version": "1.2.1",
"websiteUrl": "https://delega.dev",
"packages": [
{
"registryType": "npm",
"identifier": "@delega-dev/mcp",
"version": "1.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Agent API key from your Delega dashboard (delega.dev/dashboard)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DELEGA_API_KEY"
},
{
"description": "Delega API endpoint. Defaults to http://127.0.0.1:18890 for self-hosted. Use https://api.delega.dev for hosted tier.",
"format": "string",
"name": "DELEGA_API_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}