This MCP server connects MCP-compatible clients to a Delega instance for managing tasks, projects, and agents using natural language.
From the registry: Task management API for AI agents. Create, delegate, and track tasks via MCP.
Please install the `delega` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Obtain Delega agent key** — Run a self-hosted Delega instance or sign up for the hosted tier at delega.dev and create an agent API key. (https://delega.dev)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@delega-dev/mcp"]
- required environment variables:
- `DELEGA_AGENT_KEY`: Agent API key for authenticated requests (starts with dlg_). (example: `<your-delega-agent-key>`)
- optional environment variables:
- `DELEGA_API_URL`: Delega API endpoint. Defaults to http://127.0.0.1:18890. Use https://api.delega.dev for the hosted tier. (example: `<your-delega-api-url>`)
- `DELEGA_REVEAL_AGENT_KEYS`: Development-only flag. Set to 1 to show full API keys in tool output. Never enable in production. (example: `0`)
Note: Task infrastructure for AI agents. Available self-hosted (free) or hosted (free up to 1,000 tasks/month).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.DELEGA_API_URLrequiredDelega API endpointDELEGA_AGENT_KEYrequiredAgent API key for authenticated requestsNext.js development tools MCP server with stdio transport