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: WritBase

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.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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
    56
    AGPL 3.0
  • A
    license
    -
    quality
    D
    maintenance
    A control plane for AI agents and human supervisors. Persistent task registry with scoped permissions, inter-agent delegation, and full provenance — all accessible via MCP. Deploy on Supabase free tier in 3 commands.
    62
    10
    Apache 2.0
  • A
    license
    -
    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.
    199
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    A self-hosted backlog tracker with priority scoring and an MCP server, enabling AI agents to autonomously pull, work on, and update tasks via JSON-RPC tools.
    MIT

View all related MCP servers

Related MCP Connectors

  • Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.

  • Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

View all MCP Connectors

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