Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DELEGA_API_URLNoDelega API endpointhttp://127.0.0.1:18890
DELEGA_AGENT_KEYYesAgent API key for authenticated requests

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/delega-dev/delega-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server