LogoSTMCP
Download
Software Planning Tool

Software Planning Tool

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.

Tools

1. start_planning

Start a new planning session with a specific goal.

2. add_todo

Add a new todo item to the current plan.

3. get_todos

Retrieve all todos in the current plan.

4. update_todo_status

Update the completion status of a todo item.

5. save_plan

Save the current implementation plan.

6. remove_todo

Remove a todo item from the current plan.

JSON Config

{
  "mcpServers": {
    "software-planning-tool": {
      "command": "node",
      "args": [
        "/path/to/software-planning-tool/build/index.js"
      ],
      "disabled": false,
      "autoApprove": []
    }
  }
}

Information

  • Author@NightTrek
  • Published date2025/07/07
  • Stars359
  • LanguageJavaScript