A server for managing sequential development tasks with configurable rules using external .mdc files.
Control your coding agent colleague who tends to go off track.
If sequentialthinking is a dynamic formulation and externalization of thought workflows, this tool is a dynamic formulation and externalization of development task flows.
The project includes a React-based visualization tool that provides:
{
"mcpServers": {
"micromanage": {
"command": "npx",
"args": [
"-y",
"@yodakeisuke/mcp-micromanage"
]
}
}
}
.mdc
s to your project(Can be adjusted to your preference)
clone this repository
Add to your mcp json
{
"mcpServers": {
"micromanage": {
"command": "node",
"args": [
"[CLONE_DESTINATION_PATH]/sequentialdeveloping/dist/index.js"
]
}
}
}
npm install
npm run build
cd visualization/
npm install
npm run dev
This project is licensed under the MIT License - see the LICENSE file for details.
This project uses the following third-party software:
Analyzes GitLab merge requests and links them to Confluence documentation.
Execute pre-configured and secure shell commands via a Go-based MCP server.
A server for CodeFuse-CGM, a graph-integrated large language model designed for repository-level software engineering tasks.
Manages penetration testing reports and vulnerabilities via a REST API.
Automate and control Android devices using the UIAutomator2 framework.
Evaluates product designs against Dieter Rams' 10 principles of good design.
Integrates with Microsoft's AutoGen framework to enable sophisticated multi-agent conversations via the Model Context Protocol.
Ingests and serves Swagger/OpenAPI specifications and Postman collections as MCP tools. Requires a config.json for API and authentication setup.
A Retrieval-Augmented Generation (RAG) server for document processing, vector storage, and intelligent Q&A, powered by the Model Context Protocol.
Manipulate Adventure Game Studio (AGS) compiled room (.crm) files to enable AI-powered game development.