连续故事 MCP 服务器
用于顺序思维和顺序故事的模型上下文协议 (MCP) 服务器作为解决问题的助记技术。
概述
该项目提供了两个互补的 MCP 工具来解决复杂问题:
- 连续故事——一种基于叙事的连续思维方法。它不是追踪抽象思维,而是将问题构建为故事元素,包含人物、场景和情节发展,使其更令人难忘、更引人入胜。
- 顺序思维- JavaScript 实现的纯 Python 端口,消除了对 Node.js 的依赖
这两种方法都利用排序和结构的力量来增强记忆力和问题理解力。
特征
连续故事
- 将问题解决方案构建为叙述序列
- 根据需要修改和分支故事元素
- 追踪人物、场景、基调和情节点
- 格式化、颜色编码的故事元素显示
顺序思维
- 将问题构建为一系列的思维
- 根据需要修改或分支思维路径
- 生成并验证解决方案假设
- 追踪思考过程完成情况
- 纯 Python 实现(无需 Node.js)
共同特征
- 格式化、颜色编码的元素显示
- 完全支持 MCP 协议,可与 AI 系统集成
- 支持分支和修订
安装
开发过程中
在发布之前在本地处理包时:
使用 MCP 安装
对于开发:
您还可以通过将其添加到 Claude mcpServers.json 来配置 Claude 桌面以与uvx
一起使用该工具:
环境变量TOOLS
控制启用哪些工具。默认情况下,仅启用“顺序故事”工具,但可以根据需要添加“顺序思维”工具。
当您想要专注于特定的问题解决方法或与其他 MCP 工具集成时,此功能非常有用。安装后,您还可以直接在 Claude 桌面应用程序中更新环境变量。
故事元素示例
思维要素示例
发展
致谢
该项目以顺序思维和结构化问题解决的概念为基础,将这些方法应用于分析和叙述框架,以增强记忆和解决问题的能力。
顺序思维实现是一个纯 Python 端口,受到模型上下文协议存储库中的 JavaScript 实现的启发: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking
Related MCP Servers
- AsecurityAlicenseAqualityAn adaptation of the MCP Sequential Thinking Server designed to guide tool usage in problem-solving. This server helps break down complex problems into manageable steps and provides recommendations for which MCP tools would be most effective at each stage.Last updated -1602179TypeScriptMIT License
- AsecurityAlicenseAqualityA tool that implements Claude Shannon's problem-solving methodology to help break down complex problems into structured steps including problem definition, constraints, modeling, validation, and implementation.Last updated -15510TypeScriptMIT License
- -securityAlicense-qualityA research tool that performs comprehensive, in-depth research on complex topics by combining sequential thinking with Brave Search capabilities to provide detailed, well-sourced reports.Last updated -2TypeScriptMIT License
- -security-license-qualityProvides a tool for dynamic and reflective problem-solving by breaking complex problems into manageable steps with support for revision, branching, and hypothesis generation.Last updated -13,824JavaScript