delega-mcp
delega-mcp
Delega 的 MCP 服务器 — 面向 AI 智能体的任务基础设施。
将任何兼容 MCP 的客户端(Claude Code、Cursor、Codex 等)连接到您的 Delega 实例,并通过自然语言管理任务、项目和智能体。
安装
npm install -g @delega-dev/mcpRelated MCP server: Taskmaster MCP Server
配置
添加到您的 MCP 客户端配置中(例如 Claude Code 的 claude_code_config.json):
{
"mcpServers": {
"delega": {
"command": "npx",
"args": ["-y", "@delega-dev/mcp"],
"env": {
"DELEGA_API_URL": "http://127.0.0.1:18890",
"DELEGA_AGENT_KEY": "dlg_your_agent_key_here"
}
}
}
}环境变量
变量 | 默认值 | 描述 |
|
| Delega API 端点 |
| (无) | 用于已认证请求的智能体 API 密钥 |
|
| ⚠️ 仅限开发环境。 设置为 |
对于托管层,请使用 https://api.delega.dev 作为 URL。
安全说明
非本地的
DELEGA_API_URL值必须使用https://。智能体密钥通过环境变量而非命令行参数传递,这避免了进程列表泄露。
MCP 工具输出默认会遮盖完整的智能体 API 密钥。
请勿在生产环境中设置
DELEGA_REVEAL_AGENT_KEYS=1。 此标志仅用于初始设置。在生产环境中,提示词注入的智能体可能会从create_agent或list_agents工具输出中窃取密钥。密钥仅在创建时返回一次;如果需要新密钥,请使用rotate_agent_key。
工具
工具 | 描述 |
| 列出任务,支持按项目、标签、截止日期、完成状态过滤 |
| 获取包括子任务在内的完整任务详情 |
| 创建新任务 |
| 更新任务字段(包括 |
| 将任务分配给智能体(或传入 |
| 委派任务:创建一个链接到父任务的子任务(父任务状态变为 |
| 返回任务的完整委派链(根任务 + 后代,按深度排序) |
| 将键合并到任务的持久化上下文 blob 中(深度合并,而非替换) |
| 检查建议的任务内容是否与现有的开放任务相似(Jaccard 相似度)。在 |
| 返回配额和速率限制信息。仅限托管 API ( |
| 将任务标记为已完成 |
| 永久删除任务 |
| 向任务添加评论 |
| 列出所有项目 |
| 获取任务统计信息 |
| 列出已注册的智能体 |
| 注册新智能体(返回 API 密钥) |
| 删除智能体(如果智能体有活动任务则拒绝删除) |
| 列出所有 Webhook(仅限管理员) |
| 为事件通知创建 Webhook(仅限管理员) |
| 按 ID 删除 Webhook(仅限管理员) |
任务输出格式
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI agents to break down complex tasks into manageable pieces using a structured JSON format with task tracking, context preservation, and progress monitoring capabilities.15317MIT
- FlicenseNot gradedqualityDmaintenanceProvides AI agents with simplified task management through a 4-step workflow (create session, define tasks, execute, complete) that works with any LLM without requiring complex thinking patterns.
- AlicenseNot gradedqualityAmaintenanceA multi-agent task management system for AI applications that enables users to create agents with roles and capabilities, delegate tasks with trust-based routing, coordinate file access to prevent conflicts, and monitor performance through a unified dashboard.11MIT
- FlicenseAqualityDmaintenanceEnables comprehensive task management with groups, custom statuses, and task relationships, designed for AI assistants to manage tasks during conversations.17
Related MCP Connectors
Human-as-a-Service for AI agents. Delegate tasks that need a real human, get results via API.
Create and manage AI agents that collaborate and solve problems through natural language interacti…
Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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