Skip to main content
Glama

AgentTask

Task, project, note, report, and crew workflows for MCP-capable coding agents.

The shared skills work across harnesses. This repository packages them for Claude Code and Codex, and provides configuration for Cursor, VS Code, and other Streamable HTTP MCP clients. Harness-specific features are documented separately; an MCP connection alone does not install commands, skills, or agents.

Canonical repository: AgentTaskLLC/AgentTask-plugin. Personal forks and mirrors are development copies. The plugin is independent of the AgentTask product source and connects to the hosted service.

Install

Claude Code:

/plugin marketplace add AgentTaskLLC/AgentTask-plugin
/plugin install agent-task@agent-task

For this local checkout, replace the marketplace source with its absolute path. Open /mcp to authenticate. Use namespaced commands such as /agent-task:start AI-123 and /agent-task:report.

Codex, on versions with the plugin CLI:

codex plugin marketplace add /absolute/path/to/agent-task-plugin
codex plugin add agent-task@agent-task

Start a new session after installation. The local path is intentional while these 0.4.0 changes await release. Once published, the canonical GitHub source can be used in the marketplace-add command. Do not install a second marketplace with the same name without first inspecting your existing sources.

For MCP-only setup, authentication, endpoint overrides, and other harnesses, use the connection guide and compatibility guide.

Related MCP server: task-orchestrator

Included

  • Shared workflow skills, including natural-language access to command procedures.

  • Claude Code commands for start, plan, update, triage, standup, report, organize, note, init, finish, and crews.

  • A Claude Code reporter with an explicit read-only tool allowlist.

  • A local, read-only session hook that surfaces a branch ticket hint in Claude Code and compatible Codex versions after hook trust review.

  • Optional Git pre-push reminders and an optional Claude crew status line.

  • A configuration generator that emits credential references, never secret values.

The shipped connection is header-free OAuth at https://app.agent-task.com/v1/public/mcp. API-key access and alternate endpoints use user-owned client configuration. Tool availability comes from live discovery, not a fixed tool count. See the plugin reference.

Development

Python 3.11+ is used for repository checks and configuration generation. The installed plugin has no Python or Node runtime requirement. Optional shell helpers need Bash and Git 2.31+; session/status helpers also need jq.

python3 -m venv .venv
.venv/bin/python -m pip install -r requirements-dev.txt
.venv/bin/python scripts/validate.py
.venv/bin/python -m unittest discover -s tests -v
shellcheck plugins/agent-task/git-hooks/* plugins/agent-task/scripts/*.sh plugins/agent-task/statusline/*.sh

Contributing covers verification and release preparation. Security explains trust boundaries and responsible reporting. Changelog records compatibility changes.

License

Proprietary. See LICENSE. Copyright (c) 2025 AgentTask LLC.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    AI Agent Mission Control — 200+ MCP tools across 31 domains. Manage agents, experiments, workflows, crews, skills, tools, credentials, approvals, signals, budgets, marketplace, knowledge bases, chatbots, and more. Self-hosted, open-source (AGPL-3.0). Supports stdio + Streamable HTTP/SSE with OAuth 2.0 auth.
    34
    70
    AGPL 3.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    Server-enforced workflow discipline for AI agents. An MCP server providing persistent work items, dependency graphs, quality gates, and actor attribution. Schemas define what agents must produce — the server blocks the call if they don't. Works with any MCP-compatible client.
    206
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for task management that enables AI agents to read, create, update tasks, and track work sessions, allowing agents and humans to collaborate on the same task board.
    5 npm
    9
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Agent-first project management MCP server that enables AI agents to manage tasks, spaces, lists, boards, subtasks, comments, and automations via natural language, with full audit trail and real-time sync.
    13,894 npm
    MIT