NightTrek/Software-planning-mcp
Software-planning-mcp is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of Software-planning-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server designed to facilitate software development planning through an interactive, structured approach.
Try Software-planning-mcp with chat:
Tools
Functions exposed to the LLM to take actions
start_planning
Start a new planning session with a goal
save_plan
Save the current implementation plan
add_todo
Add a new todo item to the current plan
remove_todo
Remove a todo item from the current plan
get_todos
Get all todos in the current plan
update_todo_status
Update the completion status of a todo item
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client
Current Goal
URI: planning://current-goal
MIME: application/json
The current software development goal being planned
Implementation Plan
URI: planning://implementation-plan
MIME: application/json
The current implementation plan with todos