hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Integrations
MCP Agile Flow
A comprehensive system for managing AI-assisted agile development workflows with a modern, resource-based API using FastMCP.
Status
✅ Migration Complete: The migration from legacy server to FastMCP implementation is fully complete. All legacy code and tests have been removed.
Overview
The MCP Agile Flow project uses a resource-based approach with FastMCP from the official MCP SDK, focusing on:
- RESTful API Design - Clean, intuitive resource URIs for data access
- Resource-First Architecture - Optimized for data retrieval and state representation
- Action-Oriented Tools - Tools used only for operations that modify state
Key Features
- Agile Documentation: Generate and maintain comprehensive AI documentation
- Project Structure: Organize your project with AI-generated files and directories
- IDE Integration: Direct integration with various AI IDEs (Cursor, Windsurf, Cline)
- Workflow Management: Track agile stories and progress
- Intuitive API Structure: Resources organized in a RESTful hierarchy
- Simplified Integration: Direct mapping to resource URIs
- Improved Performance: Optimized for data access patterns
Getting Started
To use MCP Agile Flow:
- Install the package:Copy
- Import in your code:Copy
MCP Client Configuration
Important: Configuration Update Required
If you had previously configured MCP Agile Flow, you need to update your configuration. The fastmcp_server.py
module has been removed as part of code cleanup, and functionality has been consolidated into the main package.
Update your MCP client configuration from:
To:
For Cursor users, also update the mcp.json file (typically at ~/.cursor/mcp.json):
Command Line Usage
You can also run the server directly from the command line:
Available Tools
The MCP Agile Flow provides several tools:
get-project-settings
: Get project settings including paths and environment variablesinitialize-ide
: Initialize project directory structure for specific IDEsinitialize-ide-rules
: Initialize AI rule files for specific IDEsprime-context
: Analyze project documentation and build contextual understandingmigrate-mcp-config
: Migrate MCP configuration between different IDEsthink
: Record a thought for complex reasoning and step-by-step analysisget-thoughts
: Retrieve all thoughts recorded in the current sessionclear-thoughts
: Clear all recorded thoughts from the current sessionget-thought-stats
: Get statistics about the thoughts recorded in the current sessionprocess-natural-language
: Process natural language commands and route to appropriate tools
Natural Language Commands
MCP Agile Flow supports natural language commands, making it easier to interact with the tools without remembering exact command names. Simply use conversational phrases, and the system will automatically detect your intent and map them to the appropriate tools with the correct parameters.
Supported Command Types
Migration Commands
To migrate MCP configuration between different IDEs:
- "migrate mcp config to claude-desktop"
- "migrate config from cursor to claude-desktop"
- "copy mcp settings to windsurf"
- "transfer config to cline"
- "move mcp settings from cursor to roo"
If the source IDE is not specified, it defaults to "cursor".
Note: Valid IDE names are: "cursor", "windsurf-next", "windsurf", "cline", "roo", and "claude-desktop".
Initialization Commands
To initialize a project with rules for a specific IDE:
- "initialize ide for claude"
- "setup rules for windsurf"
- "create ide for cline"
- "initialize rules for copilot"
Project Settings Commands
To get comprehensive project settings:
- "get project settings"
- "show settings"
- "project settings"
Context Analysis Commands
To analyze project documentation:
- "prime context"
- "analyze project context"
- "build context"
Thinking Commands
To record a thought:
- "think about [your thought here]"
Usage Examples
Here are some examples of how to use these commands:
Using from Command Line
You can also use natural language commands with the MCP Agile Flow CLI:
Error Handling
If the system cannot recognize a command, it will return an error message explaining that no command was detected and suggesting to use more specific wording.
Extending Commands
The natural language command detection is implemented in utils.py
using regular expressions. To add support for new command patterns, add appropriate regex patterns to the detect_mcp_command
function.
Development
To set up for development:
- Clone the repository:Copy
- Create a virtual environment:Copy
- Install development dependencies:Copy
- Run tests:Copy
- Common Makefile commands:Copy
License
This project is licensed under the MIT License - See LICENSE file for details.
You must be authenticated.
Tools
A comprehensive system for managing AI-assisted agile development workflows with a modern, resource-based API using FastMCP.