Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage projects and tasks with the Forge project management API via MCP. Use when creating, updating, or searching tasks/tickets, managing projects and colum...
Manage projects and tasks with the Forge project management API via MCP. Use when creating, updating, or searching tasks/tickets, managing projects and colum...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Project management via MCP (Model Context Protocol).
Install the MCP server: npx -y @xferops/forge-mcp Configure in your MCP client (e.g., ~/.mcporter/mcporter.json): { "mcpServers": { "forge": { "command": "npx", "args": ["-y", "@xferops/forge-mcp"], "env": { "FLOWER_URL": "https://forge.xferops.com", "FLOWER_TOKEN": "your-api-token" } } } } Get your API token from Forge โ Settings โ API Tokens.
forge_list_teams โ List all teams forge_get_project โ Get project with columns and tasks forge_list_projects โ List projects in a team
forge_list_tasks โ List tasks (filter by projectId, columnId, assigneeId) forge_get_task โ Get task details forge_create_task โ Create task (projectId, columnId, title required) forge_update_task โ Update task fields forge_delete_task โ Delete a task forge_move_task โ Move to different column forge_search_tasks โ Search by title, description, or ticket number
forge_list_columns โ List columns in a project forge_create_column โ Create a column forge_update_column โ Update column name/position forge_delete_column โ Delete a column
forge_list_comments โ List comments on a task forge_create_comment โ Add a comment forge_update_comment โ Edit a comment forge_delete_comment โ Delete a comment
forge_list_users โ List all users forge_get_current_user โ Get authenticated user forge_list_team_members โ List team members forge_add_team_member โ Add user to team forge_remove_team_member โ Remove from team
forge_get_notification_preferences โ Get notification settings forge_update_notification_preferences โ Update settings
mcporter call forge.forge_search_tasks query="#123"
mcporter call forge.forge_create_task \ projectId=<id> \ columnId=<id> \ title="Task title" \ description="Details" \ priority=HIGH \ type=BUG
mcporter call forge.forge_move_task \ taskId=<id> \ columnId=<new-column-id>
mcporter call forge.forge_create_comment \ taskId=<id> \ content="Comment text"
Priority: LOW, MEDIUM, HIGH, URGENT Type: TASK, BUG, STORY PR fields: prUrl, prNumber, prRepo (for GitHub PR linking)
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.