-
securityA
license-
qualityProvides code manipulation, execution, and version control capabilities. It allows AI assistants to read, write, and execute code while maintaining a history of changes.
Last updated -
8
Python
MIT License
Allows integration with GitHub repositories for software planning purposes, including cloning the repository to access planning features.
https://github.com/NightTrek/Software-planning-mcp 项目python(修复版),方便使用sse接入cursor 这个MCP服务器提供了软件开发规划工具,帮助用户制定实施计划和管理待办事项。
http://localhost:8000/sse
(如果使用了自定义端口,请相应修改)工具名称 | 描述 | 参数 |
---|---|---|
start_planning | 开始一个新的规划会话,设置目标 | goal: 软件开发目标 |
save_plan | 保存当前实施计划 | plan: 实施计划文本 |
add_todo | 向当前计划添加新的待办事项 | title: 标题description: 描述complexity: 复杂度(0-10)code_example: 代码示例(可选) |
remove_todo | 从当前计划中移除待办事项 | todo_id: 待办事项ID |
get_todos | 获取当前计划中的所有待办事项 | 无 |
update_todo_status | 更新待办事项的完成状态 | todo_id: 待办事项IDis_complete: 完成状态 |
资源URI | 描述 |
---|---|
planning://current-goal | 当前软件开发目标 |
planning://implementation-plan | 当前实施计划及待办事项 |
SOFTWARE_PLANNING_PORT
: 设置SSE服务器端口号(默认:8000)SOFTWARE_PLANNING_HOST
: 设置SSE服务器主机地址(默认:0.0.0.0)SOFTWARE_PLANNING_TRANSPORT
: 设置传输类型,可选值为"stdio"或"sse"(默认:"sse")SOFTWARE_PLANNING_DEBUG
: 启用调试模式,可选值为"true"、"1"或"yes"(默认:禁用)https://github.com/CaptainJi/software_planning_mcp.git python版中在执行update_todo_status工具时,cursor总是会传入数字类型,但是原版需要传入字符串类型,所以总是报错。特别修复了一下。
MIT
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Provides software development planning tools to help users create implementation plans and manage todo items.