Redmine Redcase Mcp Ai Agent
БесплатноНе проверенMCP server for AI-powered Redcase testcase generation and Redmine issue creation.
Описание
MCP server for AI-powered Redcase testcase generation and Redmine issue creation.
README
AI-Powered Redcase Testcase Automation using Continue + MCP + Python Agent
Redmine+Redcase MCP Server bridges the gap between requirement analysis and test management by allowing AI assistants to generate high-quality QA test cases and automatically create them inside Redmine + Redcase.
Overview
Devlopers & QA teams often spend significant time manually:
- Reading requirements
- Analyzing bug reports
- Reviewing feature discussions
- Writing test cases
- Creating Redcase entries in Redmine
Redcase MCP automates this workflow.
Using MCP-enabled AI assistants (such as Continue), users can:
- Provide code, requirements, user stories, bugs, or specifications
- Generate structured QA test cases
- Review and refine them
- Create Redcase test cases directly in Redmine
Problem Statement
Traditional testcase creation typically involves:
Requirement
↓
Manual Analysis
↓
Manual Testcase Writing
↓
Manual Redmine Entry
↓
Execution
This process is:
- Time-consuming
- Repetitive
- Error-prone
- Difficult to scale
Redcase MCP streamlines the process:
Requirement
↓
AI Analysis
↓
AI Testcase Generation
↓
User Review
↓
Automatic Redcase Creation
What This Project Does
This MCP server:
- Authenticates with Redmine
- Creates Redcase test cases
- Supports bulk testcase creation
- Converts AI-generated test scenarios into Redcase-compatible payloads
- Integrates with Continue and other MCP clients
Key Features
AI-Powered Test Case Generation
Generate test cases from:
- User stories
- Requirements
- Bug reports
- Feature requests
- Technical specifications
- Workflow descriptions
- API documentation
Redmine + Redcase Integration
Automatically creates:
- Test case issues
- Preconditions
- Test steps
- Expected results
- Priorities
Bulk Creation
Create multiple test cases in a single request.
MCP Compatible
Built using:
- Model Context Protocol (MCP)
Compatible with:
- Continue
- MCP-enabled AI clients
- Custom MCP integrations
Enterprise QA Focus
Generates scenarios covering:
- Business workflows
- Security
- Permissions
- Integrations
- Data validation
- Regression testing
- Workflow transitions
- Error handling
Architecture
+---------------------+
| User Prompt |
+----------+----------+
|
v
+---------------------+
| AI Test Generation |
+----------+----------+
|
v
+---------------------+
| Continue Prompt |
+----------+----------+
|
v
+---------------------+
| MCP Tool Call |
+----------+----------+
|
v
+---------------------+
| Redcase MCP |
+----------+----------+
|
v
+---------------------+
| Redmine + Redcase |
+---------------------+
Technology Stack
Backend
- Python 3.10+
- Requests
- BeautifulSoup4
- python-dotenv
MCP
- FastMCP
- Model Context Protocol
Test Management
- Redmine
- Redcase
AI Integration
- Continue
- MCP-compatible AI clients
Repository Structure
redcase-mcp/
│
├── README.md
├── LICENSE
├── requirements.txt
├── .gitignore
├── .env.example
│
├── src/
│ ├── mcp_server.py
│ └── redcase_client.py
│
├── config/
│ └── redcase_config.example.json
│
├── examples/
│ └── testcase_payload.json
│
├── continue/
│ ├── mcpServers/
│ │ └── redcase-mcp.yaml
│ └── prompts/
│ └── enterprise-testcase-generator.yaml
│
├── docs/
│ └── setup.md
│
└── certs/
└── README.md
Workflow
Step 1
Provide a requirement:
Implement user login functionality.
Users should:
- Enter username
- Enter password
- Click Login
- Access dashboard on success
Step 2
AI generates test cases:
Testcase 1 - Successful Login
Testcase 2 - Invalid Password
Testcase 3 - Empty Username
Testcase 4 - Session Timeout
Step 3
Review and update generated test cases.
Step 4
Confirm creation.
Step 5
MCP server creates Redcase test cases automatically.
Example MCP Payload
{
"testcases": [
{
"title": "Successful Login",
"description": "Verify successful login",
"priority_id": 3,
"preconditions": [
"User account exists"
],
"steps": [
"Open login page",
"Enter valid username",
"Enter valid password",
"Click Login"
],
"expected_results": [
"User is authenticated",
"Dashboard is displayed"
]
}
]
}
Benefits
Faster QA Documentation
Reduce manual testcase creation effort.
Improved Coverage
AI can identify:
- Happy paths
- Negative scenarios
- Permission checks
- Integration risks
- Regression scenarios
Standardized Test Cases
Enforces consistent structure for:
- Preconditions
- Steps
- Expected Results
Reduced Human Error
Avoid manual copy/paste and testcase entry mistakes.
Better Traceability
Requirements can be quickly converted into executable test cases.
Typical Use Cases
QA Engineers
Generate test cases from requirements.
Test Leads
Improve regression coverage.
Business Analysts
Convert business requirements into QA scenarios.
Product Owners
Validate acceptance criteria.
Development Teams
Generate validation scenarios during implementation.
Security
Credentials are stored using environment variables.
Example:
REDMINE_USERNAME=myuser
REDMINE_PASSWORD=mypassword
Never commit:
.env
config/redcase_config.json
certs/
Installation
See:
docs/setup.md
for a complete step-by-step installation guide.
Limitations
Current version:
- Supports username/password authentication
- Requires Redcase plugin
- Requires Redmine access
- Focused on testcase creation
Future enhancements may include:
- API token authentication
- Docker deployment
- Automated test suite mapping
- Advanced validation
- CI/CD integration
Contributing
Contributions are welcome.
Potential areas:
- Additional authentication methods
- Better configuration management
- Automated testing
- Docker support
- Additional MCP tools
License
MIT License
Acknowledgements
Built using:
- Redmine
- Redcase
- FastMCP
- Continue
- Python
Special thanks to the open-source communities behind these projects.
Установка Redmine Redcase Mcp Ai Agent
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/waghdurgesh/redmine-redcase-mcp-ai-agentFAQ
Redmine Redcase Mcp Ai Agent MCP бесплатный?
Да, Redmine Redcase Mcp Ai Agent MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Redmine Redcase Mcp Ai Agent?
Нет, Redmine Redcase Mcp Ai Agent работает без API-ключей и переменных окружения.
Redmine Redcase Mcp Ai Agent — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Redmine Redcase Mcp Ai Agent в Claude Desktop, Claude Code или Cursor?
Открой Redmine Redcase Mcp Ai Agent на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Redmine Redcase Mcp Ai Agent with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
