Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Agile project management with kanban boards, epics, roadmap, retrospectives, whiteboards and a wiki in one workspace — plus an MCP server, so your AI assistant can run all of it.
AgileHero is an agile project management platform that combines kanban boards, epics, roadmap, retrospectives, whiteboards, and a wiki in one workspace. It includes a built-in MCP (Model Context Protocol) server that exposes 49 tools for AI agents, allowing AI assistants to interact with projects using the user's permissions. The MCP server supports OAuth sign-in and works with various AI clients such as Claude, ChatGPT, VS Code, Codex, Zed, and GitHub Copilot CLI.
To connect an AI client to AgileHero's MCP server:
https://mcp.agilehero.io/mcp to your MCP-capable AI client.Specific client setup instructions:
claude mcp add --transport http --scope user agilehero https://mcp.agilehero.io/mcp, then authenticate via /mcp or claude mcp login agilehero..vscode/mcp.json with "type": "http" and the URL, then start the server and sign in via browser.codex mcp add agilehero --url https://mcp.agilehero.io/mcp and codex mcp login agilehero.~/.config/zed/settings.json under context_servers with the URL, then restart Zed and approve sign-in.~/.copilot/mcp-config.json with "type": "http" and the URL; requires version 1.0.83 or newer.AgileHero offers the following plans:
Daily limits reset at 00:00 UTC. get_ahm_spec and list_projects calls are never counted.
What is the MCP server endpoint?
The endpoint is https://mcp.agilehero.io/mcp.
What transport does the MCP server use?
Streamable HTTP (POST).
How do I sign in?
Your AI client opens a browser window for OAuth sign-in. Approve once, and you can revoke access anytime in Settings → AI clients.
Which AI clients are supported?
Claude Code, VS Code (GitHub Copilot), Codex, Zed, GitHub Copilot CLI, Claude (web, desktop, Cowork), ChatGPT, and other clients that support OAuth with Client ID Metadata Documents.
Which clients are not yet supported?
Cursor, OpenCode, Gemini CLI, Cline, Google Antigravity, Amp, Raycast AI, Kiro, Warp, JetBrains AI Assistant, and Continue.
What is AgileHero Markup (AHM)?
AHM is a strict, validated XML dialect for rich text (wiki pages, card/epic descriptions, comments). It is the only rich-text format AgileHero accepts; markdown and HTML are rejected.
How do I edit rich text?
Rich-text edits are two-step: first call preview_wiki_page_update or preview_description_update to get a preview token, then call the matching update tool with that token.
What are the daily limits?
Tool calls are metered per user per workspace: 500/day on Free, 5,000/day on Pro or trial, resetting at 00:00 UTC.
Can I use AgileHero with multiple AI clients?
Yes, every connected client is listed under Settings → AI clients, where you can revoke access individually.