MCP思考
模型上下文协议 (MCP) 服务器实现了“思考”工具,用于提高 Claude 和其他 LLM 的复杂推理能力。
概述
该 MCP 服务器实现了 Anthropic博客文章中描述的“思考”工具,该工具为 Claude 提供了一个专用的空间,用于在复杂的问题解决任务中进行结构化思考。事实证明,在需要遵循策略并在长链工具调用中进行推理的复杂任务中,该思考工具能够显著提升性能。
特征
- 结构化思维空间:为法学硕士提供一个专门的空间来分解复杂的问题
- 思想史:保存所有思想的日志,并带有时间戳以供参考
- 多传输支持:可与 stdio 和 SSE 传输配合使用
安装
从 PyPI 安装:
或者从源安装:
用法
您可以直接运行 MCP 服务器:
默认情况下,它使用 SSE 传输。要使用 stdio 传输:
您还可以为 SSE 传输指定主机和端口:
配置
要在 Windsurf 中将此工具与 Claude 一起使用,请将以下配置添加到您的 MCP 配置文件中:
对于 SSE 传输(默认):
command
字段应指向您使用 pip 安装 python 包的目录。
可用工具
MCP 服务器提供以下工具:
- 思考:用时间戳记录想法
发展
开发安装
运行测试
代码风格
该项目使用 Black 进行格式化,使用 isort 进行导入排序,使用 flake8 进行 linting:
贡献
欢迎贡献!详情请参阅CONTRIBUTING.md 。
变更日志
请参阅CHANGELOG.md了解该项目的变更历史记录。
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.Last updated -126410JavaScript
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to perform Python development tasks through file operations, code analysis, project management, and safe code execution.Last updated -1Python
- -securityFlicense-qualityA Model Context Protocol server that connects AI assistants like Claude to Notion workspaces, enabling them to view, search, create, and update Notion databases, pages, and content blocks.Last updated -275JavaScript
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowing for project management tasks such as listing projects, searching issues, creating tickets, and managing sprints through natural language queries.Last updated -121TypeScriptMIT License