A Model Context Protocol (MCP) server designed to facilitate software development planning through an interactive, structured approach. This tool helps break down complex software projects into manageable tasks, track implementation progress, and maintain detailed development plans.
Start a new planning session with a specific goal.
Add a new todo item to the current plan.
Retrieve all todos in the current plan.
Update the completion status of a todo item.
Save the current implementation plan.
Remove a todo item from the current plan.
{
"mcpServers": {
"software-planning-tool": {
"command": "node",
"args": [
"/path/to/software-planning-tool/build/index.js"
],
"disabled": false,
"autoApprove": []
}
}
}