Agile Planner MCP Server (v1.3.3) - AI-Powered Agile Backlog Generator
@cyberlife-coder
关于 Agile Planner MCP Server (v1.3.3) - AI-Powered Agile Backlog Generator
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"agile-planner": {
"command": "node",
"args": [
"D:/path/to/agile-planner/server/index.js"
],
"env": {
"MCP_EXECUTION": "true",
"OPENAI_API_KEY": "sk-..."
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Agile Planner MCP Server?
Agile Planner MCP Server is an MCP-compatible tool that automatically generates complete agile backlogs—including epics, user stories, MVP, and iterations—or specific features from a simple project description. It works directly within Windsurf, Cascade, or Cursor IDEs and requires no technical skills to operate.
How to use Agile Planner MCP Server?
Install the server via npm (npx agile-planner-mcp-server) or point to a local installation, then configure environment variables such as OPENAI_API_KEY or GROQ_API_KEY. Invoke commands like mcp0_generateBacklog or mcp0_generateFeature from within the IDE or use the CLI equivalents (npx agile-planner-mcp-server backlog "Project Name" "description").
Key features of Agile Planner MCP Server
- Generates complete structured agile backlogs from plain English descriptions
- Produces AI-optimized annotations that guide implementation step by step
- Tracks progress with task checkboxes and dependency management
- Organizes output in a dedicated
.agile-planner-backlogfolder - Automatically associates features with relevant epics
- Supports both OpenAI and Groq LLMs for backlog generation
Use cases of Agile Planner MCP Server
- Quickly bootstrap an agile backlog for a new SaaS project or mobile app
- Generate a discrete feature with user stories for a specific iteration
- Standardize backlog format across teams without manual formatting effort
- Provide AI coding assistants with precise implementation guidance
FAQ from Agile Planner MCP Server
Can I generate a single feature instead of a full backlog?
Yes. Use the mcp0_generateFeature command and specify the feature description, optional story count, business value, iteration, and epic.
What LLM providers are supported?
The server can use either OpenAI (via OPENAI_API_KEY) or Groq (via GROQ_API_KEY) to generate the backlog structure.
Where are the generated files stored?
All output is placed in a .agile-planner-backlog folder in the current working directory (or a custom path specified via outputPath).
What environment variables are required?
At minimum, set MCP_EXECUTION to "true" and provide either OPENAI_API_KEY or GROQ_API_KEY. Optional variables include DEBUG, TEST_MODE, and AGILE_PLANNER_OUTPUT_ROOT.
Which IDEs or editors are supported?
The server is designed to integrate with Windsurf, Cascade, and Cursor via the MCP protocol, and it can be used from any MCP-compatible client.
推理 分类下的更多 MCP 服务器
iFlytek Workflow MCP Server
iflytekThis a simple implementation of an MCP server using iFlytek. It enables calling iFlytek workflows through MCP tools.
End-to-End Agentic AI Automation Lab
MDalamin5This repository contains hands-on projects, code examples, and deployment workflows. Explore multi-agent systems, LangChain, LangGraph, AutoGen, CrewAI, RAG, MCP, automation with n8n, and scalable agent deployment using Docker, AWS, and BentoML.
Sandbox Mcp
pottekkatA Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
IntelliNode Medical Use Cases
BarqawizMulti-Agent AI Orchestration Workshop
n8n Workflow Builder MCP
ifmelateMCP server that allow LLM in agent mode builds n8n workflows for you
评论