Skip to main content
Glama

Agent Task — Claude plugin marketplace

A standalone, self-contained Claude Code plugin for Agent Task. Installing it wires up the Agent Task MCP connection and adds intent-level slash commands (/start, /update, /report, /organize, /init, /finish, /crews) plus the shared workflow skills — including crew personas (assignable AI teammates) that /crews sync materializes as real Claude Code subagents with enforced advise-mode tool restrictions.

This bundle is fully independent of the Agent Task product source — it only talks to the hosted MCP server. You never need the product repo to use it.

Install (Claude Code)

From this repo (once pushed to a Git host you can read):

/plugin marketplace add <owner>/<repo>     # e.g. your-org/agent-task-plugin
/plugin install agent-task@agent-task

From a local copy (no GitHub needed — hand someone the folder/zip):

/plugin marketplace add /path/to/agent-task-plugin
/plugin install agent-task@agent-task

Restart Claude Code when prompted so the bundled MCP server connects.

Related MCP server: task-orchestrator

Authenticate

The plugin connects to https://app.agent-task.com/v1/public/mcp. Pick one:

  • OAuth (per-user, space-scoped) — recommended for interactive use. Remove the Authorization header from plugins/agent-task/.mcp.json and the client runs a browser login + consent flow on connect.

  • Org API key (org-wide) — export AGENT_TASK_API_KEY=amk_… before installing.

Full walkthrough: docs/CONNECT_CLAUDE.md. Plugin details: plugins/agent-task/README.md.

What's inside

.claude-plugin/marketplace.json     # marketplace manifest (this repo IS the marketplace)
plugins/agent-task/                  # the plugin: .mcp.json, commands/, skills/, manifest
docs/CONNECT_CLAUDE.md               # end-user auth + connect guide

Publishing updates

Bump version in both .claude-plugin/marketplace.json and plugins/agent-task/.claude-plugin/plugin.json, commit, and push. Users get it via /plugin marketplace update agent-task.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    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
    65
    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.
    205
    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.
    3
    8
    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.
    9,357
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentTaskLLC/AgentTask-plugin'

If you have feedback or need assistance with the MCP directory API, please join our Discord server