agent-task
OfficialAgent 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-taskFrom a local copy (no GitHub needed — hand someone the folder/zip):
/plugin marketplace add /path/to/agent-task-plugin
/plugin install agent-task@agent-taskRestart 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
Authorizationheader fromplugins/agent-task/.mcp.jsonand 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 guidePublishing 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.
This server cannot be installed
Maintenance
Related MCP Connectors
Task & board management for AI agents + humans. Kanban, comments, digests via MCP.
Work management where AI agents are first-class members: tasks, projects, memory over hosted MCP
Agent-first task marketplace MCP — discover, claim, and deliver paid workspace tasks.
Agent-native notes, tasks, dev-docs, vaults, sync & handoffs. MCP + OpenAPI dual surface.
Related MCP Servers
- AlicenseAqualityAmaintenanceAI 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.3465AGPL 3.0
- AlicenseNot gradedqualityAmaintenanceServer-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.205MIT
- AlicenseNot gradedqualityDmaintenanceMCP 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.38MIT
- AlicenseNot gradedqualityBmaintenanceAgent-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,357MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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