whyy9527
MCP Serverwhyy9527public

agile ai workflow

agile-ai-workflow MCP service

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
TypeScript
Language
Other
License

About This Server

agile-ai-workflow MCP service

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Agile AI Workflow MCP Server

This project is a fully MCP-compatible VSCode AI workflow server, supporting agile team multi-role collaboration (BA, TL, DEV, QA).

Features

  • MCP server with automatic discovery and invocation of multiple "role tools"
  • Role tools include:
    • BA (Business Analyst): Generate user stories (YAML)
    • TL (Tech Lead): Split user stories into technical tasks (YAML)
    • DEV (Developer): Generate pseudocode and implementation suggestions (Markdown)
    • QA (Tester): Generate test cases (YAML)
  • Each tool is an independent MCP Tool, supporting concurrent tasks, status, and result queries
  • Supports OpenAI GPT-4o (default, requires API Key configuration)
  • Supports local Ollama (optional, see askLLM.ts)

Quick Start

  1. Install dependencies
npm install
  1. Configure OpenAI Key

Create a .env file in the root directory:

OPENAI_API_KEY=sk-your-real-openai-key
  1. Start the server
npm start

Project Structure

.
├── tools/         # Implementation of each agile role tool
├── prompts/       # LLM prompts for each role
├── utils/askLLM.ts# LLM call wrapper (supports OpenAI/Ollama)
├── taskManager.ts # Task status and result cache
├── server.ts      # Main server entry
├── manifest.json  # MCP plugin metadata
├── .env           # OpenAI key (ignored by .gitignore)
└── .gitignore

Notes

  • Uses OpenAI by default. To use local Ollama, modify askLLM.ts
  • Compatible with VSCode MCP plugin auto-discovery and invocation
  • For learning and agile team automation reference only

Alternative Start (Stdio Mode)

To run the server in stdio mode (for VSCode MCP extension integration):

npm run --prefix /Users/$(whoami)/Desktop/agile-ai-workflow start:stdio

Quick Start

1

Clone the repository

git clone https://github.com/whyy9527/agile-ai-workflow
2

Install dependencies

cd agile-ai-workflow
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerwhyy9527
Repoagile-ai-workflow
LanguageTypeScript
LicenseOther
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation