loading…
Search for a command to run...
loading…
Agent Delegation - MCP server providing AI-powered tools and automation by MEOK AI Labs
Agent Delegation - MCP server providing AI-powered tools and automation by MEOK AI Labs
Agent Delegation MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
create_task |
Create a new delegatable task. Required capabilities as comma-separated string. |
delegate_task |
Assign a pending task to a specific agent. |
get_task_status |
Check the current status and progress of a task. |
list_available_agents |
List all registered agents and their capabilities. Optionally filter by required |
complete_task |
Mark a task as complete with results, or as failed with error details. |
pip install meok-agent-delegation-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"agent-delegation": {
"command": "python",
"args": ["-m", "meok_agent_delegation_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"agent-delegation-mcp": {
"command": "npx",
"args": []
}
}
}