MCP server to plan for complex tasks #468
mattiabonzi
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I developed an MCP server to plan for complex tasks, get user review, and allow plan changes before implementation: @tuchsoft/mcp-complex-plans.
It almost mimics the "planning" capability in Google Antigravity models.
It also includes a sequential thinking capability based on MCP Sequential Thinking
The server includes tools for:
It is designed and tested to work with Mistral Vibe CLI but should be compatible with any MCP-capable model. All operations are contained in
.complex_plans/so it's safe to use in 'plan' and 'chat' mode.Configuration and usage details are in the README.
Any suggestion or contribution is welcome.
All reactions