Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DELEGA_API_URL | No | Delega API endpoint | http://127.0.0.1:18890 |
| DELEGA_AGENT_KEY | Yes | Agent API key for authenticated requests |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_tasks | List tasks from Delega, optionally filtered by project, label, due date, or completion status |
| get_task | Get full details of a specific task including subtasks |
| create_task | Create a new task in Delega |
| update_task | Update an existing task's fields |
| complete_task | Mark a task as completed |
| delete_task | Delete a task permanently |
| add_comment | Add a comment to a task |
| list_projects | List all projects in Delega |
| get_stats | Get task statistics from Delega (totals, completed today, due today, overdue, by project) |
| list_agents | List all registered agents in Delega |
| register_agent | Register a new agent in Delega. Returns the API key (shown only at creation — save it!) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |