非传统思维服务器
一个通过高级笔记系统实现非传统和突破性问题解决的MCP服务器。
快速入门指南
功能特点
- 生成挑战常规的非传统想法
- 创建不同方向的思维分支
- 跟踪和组织会话中的想法
开发步骤
- 安装依赖:运行
npm install
- 构建服务器:运行
npm run build
- 开发模式(自动重建):运行
npm run watch
配置与安装
- 将服务器配置到 Claude Desktop 的配置文件中,路径如下:
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
- MacOS:
- 添加以下内容到配置文件: { "mcpServers": { "unreasonable-thinking-server": { "command": "/path/to/unreasonable-thinking-server/build/index.js" } } }
调试
使用调试工具运行:npm run inspector
,然后在浏览器中访问提供的 URL。