Labsco
MCP SERVER · OFFICIAL PROJECT

Agiflow

by AgiFlow

Run AgiFlow project management from an AI client — projects, work units, tasks, comments, artifacts and a scoped vault.

Project & Task ManagementOfficial source
Summary
Project management where the connection itself carries the blast radius.

Scope is bound at consent time rather than passed per call, so a session opened on one task cannot reach across the organization — and get_current_scope exists precisely so an agent can confirm the boundary before writing. The bundled skills are the other half: ten workflow prompts that turn the tool list into a grooming, standup or review routine.

What it is

AgiFlow's official plugin and MCP connection. It exposes a scrum-shaped project tool — organizations, projects, work units, tasks and comments — to ChatGPT, Claude Code, Codex, Cursor, Antigravity and Gemini CLI, and bundles the workflow skills that sequence them for planning, grooming, execution and review.

What you get
  • get_current_scope and describe_capabilities — which organization, project, work unit or task the session is bound to, and which tools and input schemas that scope allows; the docs advise calling both before relying on a write
  • get_organization, get_organization_summary, list_projects, create_project, update_project, delete_project and get_project_detail — the organization's delivery context and the projects under it
  • list_project_statuses, list_members and create_member — the workflow statuses configured for a project, and who can be assigned
  • list_work_units, get_work_unit, batch_create_work_units, update_work_unit, delete_work_unit and get_work_unit_progress — features and epics that group tasks, with their progress
  • list_tasks, get_task, create_task, batch_create_tasks, update_task, delete_task and reorder_tasks — the task layer, including bulk creation and ordering
  • list_task_comments, get_task_comment, create_task_comment, update_task_comment and delete_task_comment — decisions and progress recorded against a task
  • list_artifacts, link_artifact, update_artifact, delete_artifact and get_artifact_signed_url — outputs attached to work, with signed download URLs
  • get_assignee_distribution, get_tag_distribution and get_timeline_distribution — how work is spread across people, tags and time
  • list_vault_entries, get_vault_entry, set_vault_entry, bulk_upsert_vault_entries and delete_vault_entry — scoped configuration entries
  • list_templates, find_connected_tools and task_exec — available templates, tools reachable from the current session, and task execution
Requirements

An AgiFlow account. The plugin connects to https://agiflow.io/api/v1/mcp and authenticates with OAuth only — during consent you drill into an organization, project, work unit or task, and that choice becomes the session's boundary. Load it as a plugin directory in Claude Code, from the marketplace in Codex, as a Gemini CLI extension, or by pointing Cursor at the bundled MCP config. After changing scope, start a new conversation rather than retrying a cached tool.