Task Orchectrator Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Task Orchectrator Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A sophisticated task orchestration system with role-based workflow management and Trello integration.
The Task Orchestrator MCP server provides a comprehensive task management system with:
The server implements a task storage system with:
task:// URI scheme for accessing individual tasksThe server provides comprehensive task management tools:
#### Task Management
create_task: Creates a new task (Orchestrator only)assign_task: Assigns task to a specific role (Orchestrator only)complete_task: Completes a task and returns control to Orchestratorlist_tasks: Lists tasks with optional status filtering#### Role Management
switch_role: Switches to a different role (Orchestrator only)return_to_orchestrator: Returns control to Orchestratorget_status: Shows current system status and statistics#### Trello Integration
sync_to_trello: Syncs all tasks to Trello boardcheck_mcp_trello: Checks MCP Trello server availabilityexport_tasks: Exports tasks to local JSON filesFor Direct API Trello integration:
TRELLO_API_KEY=your_api_key
TRELLO_TOKEN=your_token
TRELLO_WORKING_BOARD_ID=your_board_id#### Development/Unpublished Servers
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"task-orchectrator-mcp": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\xella\\PycharmProjects\\task-orchectrator-mcp",
"run",
"task-orchectrator-mcp"
],
"env": {
"TRELLO_API_KEY": "your_api_key",
"TRELLO_TOKEN": "your_token",
"TRELLO_WORKING_BOARD_ID": "your_board_id"
}
}
}
}#### Published Servers
{
"mcpServers": {
"task-orchectrator": {
"command": "npx",
"args": ["@daymanking990/task-orchectrator-mcp"],
"env": {
"TRELLO_API_KEY": "your_trello_api_key",
"TRELLO_TOKEN": "your_trello_token",
"TRELLO_WORKING_BOARD_ID": "your_board_id"
}
}
}
}# Install py-trello for direct API integration
uv add py-trelloSet up environment variables for Trello integration:
export TRELLO_API_KEY="your_api_key"
export TRELLO_TOKEN="your_token"
export TRELLO_WORKING_BOARD_ID="your_board_id"The system will automatically:
{
"title": "Implement user authentication",
"description": "Add OAuth2 authentication to the application",
"dependencies": [],
"create_trello_card": true
}{}{}#### Quick Publish
# Test locally
npm pack
npm install -g ./daymanking990-task-orchectrator-mcp-0.2.0.tgz
# Publish to npm
npm publish --access public#### Manual Process
package.json, pyproject.toml, and __init__.pynpm pack
npm install -g ./daymanking990-task-orchectrator-mcp-0.2.0.tgz
task-orchectrator-mcpnpm publish --access public#### GitHub Actions
The package is automatically published to npm when you create a GitHub release. See Build and Publish Guide for details.
Use the MCP Inspector for debugging:
npx @modelcontextprotocol/inspector uv --directory C:\Users\xella\PycharmProjects\task-orchectrator-mcp run task-orchectrator-mcpThe system uses a three-tier architecture for Trello integration:
All data is automatically synchronized between layers when possible, ensuring data integrity and availability.
This project is licensed under the MIT License - see the LICENSE file for details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.