divergent-thinking-mcp


Namedivergent-thinking-mcp JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummaryMCP server for divergent thinking
upload_time2025-07-14 05:46:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT
keywords ai creativity divergent-thinking mcp tool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Divergent Thinking MCP Server / 发散思维MCP服务器

An MCP (Model Context Protocol) server that promotes divergent and creative thinking patterns for creation - the Supplement of sequential logical thinking.
一个MCP(模型上下文协议)服务器,促进创造性思维模式,是顺序逻辑思维的补充。

## 🎨 Philosophy / 设计理念

Designed to provide creative inspiration for both humans and AI agents, complementing the structured nature of sequential thinking.
旨在为人类与AI智能体提供创意与灵感,作为对传统顺序性思维的补充。

## 🛠️ Tools / 工具

### Unified Divergent Thinking Tool / 统一发散思维工具

This MCP server provides a **single comprehensive tool** that offers 6 powerful creativity methods through one unified interface, aiming to reduce confusion and cognitive overload.
此MCP服务器提供**单一综合工具**,通过统一界面提供6种强大的创意方法,旨在减轻混乱和认知负担。

#### **`divergent_thinking`** - Comprehensive Creative Thinking Tool / 综合创意思维工具

A unified tool providing access to 6 proven creativity methodologies through parameter-driven functionality selection:
通过参数驱动功能选择提供6种经过验证的创意方法的统一工具:

**Available Thinking Methods / 可用思维方法:**

1. **`structured_process`** (Default/默认) - Multi-turn comprehensive exploration with thought tracking and branching
   多轮综合探索,具有思维跟踪和分支功能

2. **`generate_branches`** - Create 3 different creative directions from a single thought (single response)
   从单一想法创建3个不同的创意方向(单次响应)

3. **`perspective_shift`** - View thoughts through unusual viewpoints (inanimate objects, abstract concepts, impossible beings)
   通过不寻常的视角查看想法(无生命物体、抽象概念、不可能的存在)

4. **`creative_constraint`** - Apply strategic limitations to force breakthrough innovation
   应用战略限制来强制突破性创新

5. **`combine_thoughts`** - Merge two concepts into novel hybrid solutions
   将两个概念合并为新颖的混合解决方案

6. **`reverse_brainstorming`** - Explore failure modes to discover breakthrough solutions
   探索失败模式以发现突破性解决方案

**Key Features / 主要特性:**

- **🧠 Domain-Aware Intelligence**: Intelligent word selection and context-sensitive creativity replacing generic random outputs
  领域感知智能:智能词汇选择和上下文敏感创造力,取代通用随机输出
- **📊 Contextual Creativity Methods**: Enhanced SCAMPER, analogical thinking, biomimicry, and Six Thinking Hats with domain-specific intelligence
  上下文创意方法:增强的SCAMPER、类比思维、仿生学和六顶思考帽,具有领域特定智能
- **🎨 Interactive Context Specification**: Agent-driven domain, audience, time period, resources, and goals specification for targeted creativity
  交互式上下文规范:代理驱动的领域、受众、时间段、资源和目标规范,实现有针对性的创造力
- **🔍 Multi-word Domain Precision**: 78+ specific domains like "mobile app development", "healthcare technology", "sustainable agriculture"
  多词领域精度:78+个特定领域,如"移动应用开发"、"医疗技术"、"可持续农业"
- **🔄 Multi-turn vs Single-shot**: `structured_process` provides complete multi-turn exploration; others are single-response methods
  多轮与单次:`structured_process`提供完整的多轮探索;其他为单次响应方法
- **⚡ Intelligent Routing**: Single tool interface with method-specific parameter handling and domain-aware processing
  智能路由:具有方法特定参数处理和领域感知处理的单一工具界面
- **🎲 Deterministic Results**: Optional seed parameter for reproducible creative outputs
  确定性结果:可选种子参数用于可重现的创意输出


## 📝 Configuration / 配置

Add to your MCP client configuration:(uv needed)
添加到您的MCP客户端配置:(需要uv)

```json
{
  "mcpServers": {
    "divergent-thinking": {
      "command": "uvx",
      "args": ["divergent-thinking-mcp"],
    }
  }
}
```

## 🎭 Example Usage / 使用示例

### Domain-Aware Creative Intelligence / 领域感知创意智能

The MCP server provides intelligent, context-sensitive creativity with professional-grade outputs tailored to specific domains:
MCP服务器提供智能的、上下文敏感的创造力,具有针对特定领域定制的专业级输出:

**🎯 Transformation Examples:**
- **Before**: "How does 'butterfly' relate to secure systems?" (generic random)
- **After**: "How does 'encryption' relate to secure systems in cybersecurity applications?" (domain-aware)

**💡 Professional Relevance:**
- **AI Domain**: Uses terms like "neural networks", "machine learning", "optimization" instead of random words
- **Healthcare**: Focuses on "patient safety", "clinical evidence", "regulatory compliance"
- **Business**: Emphasizes "market positioning", "competitive advantage", "ROI optimization"

#### **1. Domain-Aware Educational Technology Innovation / 领域感知教育技术创新**

```json
{
  "thought": "Create an innovative learning platform",
  "thinking_method": "structured_process",
  "domain": "educational technology",
  "target_audience": "remote students",
  "time_period": "2025-2030",
  "resources": "cloud computing, mobile devices, limited budget",
  "goals": "improve engagement, reduce costs, increase accessibility"
}
```

**🎯 Domain-Aware Output Example:**
- **SCAMPER Enhancement**: "How could 'adaptive learning' substitute traditional methods in educational technology applications?"
- **Analogical Thinking**: "How is your learning platform like 'cognitive science learning theories' in educational contexts?"
- **Biomimicry**: "How could your platform mimic 'neural plasticity' for personalized learning adaptation?"

#### **2. Cybersecurity Domain Intelligence / 网络安全领域智能**

```json
{
  "thought": "Design a smart home security system",
  "thinking_method": "generate_branches",
  "domain": "cybersecurity",
  "target_audience": "elderly users",
  "goals": "ease of use, reliability, affordability"
}
```

**🔒 Cybersecurity-Aware Outputs:**
- **Domain Terms**: Uses "authentication", "encryption", "threat detection" instead of random words
- **Six Thinking Hats**: "What threat vectors does this address?" (White Hat - Facts)
- **Professional Context**: "How could this improve overall security posture for elderly users?"

#### **3. Context-Aware Constraints / 上下文感知约束**

```json
{
  "thought": "Develop a food delivery service",
  "thinking_method": "creative_constraint",
  "domain": "e-commerce",
  "constraint": "must work without smartphones",
  "target_audience": "rural communities",
  "resources": "limited internet, local partnerships"
}
```

#### **4. Time-Specific Innovation / 时间特定创新**

```json
{
  "thought": "Reimagine public transportation",
  "thinking_method": "perspective_shift",
  "domain": "urban transportation",
  "time_period": "2050",
  "perspective_type": "impossible_being",
  "goals": "zero emissions, universal accessibility"
}
```

## 🧠 Domain-Aware Intelligence Features / 领域感知智能特性

### 🎯 Professional-Grade Creative Enhancement

**Quantitative Improvements / 量化改进:**
- **Domain Relevance**: 30% → 90%+ (relevant terms in creative outputs)
- **Context Sensitivity**: Generic → Domain-specific patterns

### 🔧 Enhanced Creativity Methods / 增强的创意方法

**All creativity techniques now feature domain-aware intelligence:**

- **🎨 SCAMPER Method**: Domain-specific prompts using intelligent word selection
  - *Before*: "What if we substitute the main component with something unexpected?"
  - *After*: "What if you replaced key components with 'neural networks' for AI applications?"

- **🔗 Analogical Thinking**: Domain-relevant analogies from biological, mathematical, and engineering systems
  - *Before*: Generic nature analogies
  - *After*: "How is your AI system like 'immune system pattern recognition' in biological contexts?"

- **🌿 Biomimicry**: Nature-inspired solutions tailored to specific domains
  - *Before*: Random nature examples
  - *After*: "How could your renewable energy system mimic 'photosynthesis energy conversion'?"

- **🎭 Six Thinking Hats**: Professional domain-specific perspectives
  - *Before*: Generic emotional/logical prompts
  - *After*: "What clinical evidence supports this healthcare technology approach?" (White Hat)

- **💭 Word Association**: Domain-relevant word selection replacing random combinations
  - *Before*: "butterfly" + "cybersecurity"
  - *After*: "encryption" + "network security"

### Available Domains / 可用领域

Choose from 78+ specific multi-word domains:
从78+个特定的多词领域中选择:

- **Design & UX**: `product design`, `user interface design`, `user experience design`
- **Technology**: `software development`, `mobile app development`, `artificial intelligence`, `cybersecurity`
- **Business**: `business strategy`, `digital marketing`, `e-commerce`, `startup ventures`
- **Healthcare**: `medical devices`, `healthcare technology`, `telemedicine`, `patient care`
- **Education**: `educational technology`, `online learning`, `curriculum development`
- **Environment**: `renewable energy`, `sustainable agriculture`, `green technology`
- **Transportation**: `urban transportation`, `electric vehicles`, `autonomous vehicles`
- And many more... / 还有更多...

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "divergent-thinking-mcp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "ai, creativity, divergent-thinking, mcp, tool",
    "author": null,
    "author_email": "Fridayxiao <bonjj84@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1d/c8/cf18a997863ee9bb2b1be70a6868dc80c95d945427f73d657b32a91764cd/divergent_thinking_mcp-0.2.2.tar.gz",
    "platform": null,
    "description": "# Divergent Thinking MCP Server / \u53d1\u6563\u601d\u7ef4MCP\u670d\u52a1\u5668\n\nAn MCP (Model Context Protocol) server that promotes divergent and creative thinking patterns for creation - the Supplement of sequential logical thinking.\n\u4e00\u4e2aMCP\uff08\u6a21\u578b\u4e0a\u4e0b\u6587\u534f\u8bae\uff09\u670d\u52a1\u5668\uff0c\u4fc3\u8fdb\u521b\u9020\u6027\u601d\u7ef4\u6a21\u5f0f\uff0c\u662f\u987a\u5e8f\u903b\u8f91\u601d\u7ef4\u7684\u8865\u5145\u3002\n\n## \ud83c\udfa8 Philosophy / \u8bbe\u8ba1\u7406\u5ff5\n\nDesigned to provide creative inspiration for both humans and AI agents, complementing the structured nature of sequential thinking.\n\u65e8\u5728\u4e3a\u4eba\u7c7b\u4e0eAI\u667a\u80fd\u4f53\u63d0\u4f9b\u521b\u610f\u4e0e\u7075\u611f\uff0c\u4f5c\u4e3a\u5bf9\u4f20\u7edf\u987a\u5e8f\u6027\u601d\u7ef4\u7684\u8865\u5145\u3002\n\n## \ud83d\udee0\ufe0f Tools / \u5de5\u5177\n\n### Unified Divergent Thinking Tool / \u7edf\u4e00\u53d1\u6563\u601d\u7ef4\u5de5\u5177\n\nThis MCP server provides a **single comprehensive tool** that offers 6 powerful creativity methods through one unified interface, aiming to reduce confusion and cognitive overload.\n\u6b64MCP\u670d\u52a1\u5668\u63d0\u4f9b**\u5355\u4e00\u7efc\u5408\u5de5\u5177**\uff0c\u901a\u8fc7\u7edf\u4e00\u754c\u9762\u63d0\u4f9b6\u79cd\u5f3a\u5927\u7684\u521b\u610f\u65b9\u6cd5\uff0c\u65e8\u5728\u51cf\u8f7b\u6df7\u4e71\u548c\u8ba4\u77e5\u8d1f\u62c5\u3002\n\n#### **`divergent_thinking`** - Comprehensive Creative Thinking Tool / \u7efc\u5408\u521b\u610f\u601d\u7ef4\u5de5\u5177\n\nA unified tool providing access to 6 proven creativity methodologies through parameter-driven functionality selection:\n\u901a\u8fc7\u53c2\u6570\u9a71\u52a8\u529f\u80fd\u9009\u62e9\u63d0\u4f9b6\u79cd\u7ecf\u8fc7\u9a8c\u8bc1\u7684\u521b\u610f\u65b9\u6cd5\u7684\u7edf\u4e00\u5de5\u5177\uff1a\n\n**Available Thinking Methods / \u53ef\u7528\u601d\u7ef4\u65b9\u6cd5\uff1a**\n\n1. **`structured_process`** (Default/\u9ed8\u8ba4) - Multi-turn comprehensive exploration with thought tracking and branching\n   \u591a\u8f6e\u7efc\u5408\u63a2\u7d22\uff0c\u5177\u6709\u601d\u7ef4\u8ddf\u8e2a\u548c\u5206\u652f\u529f\u80fd\n\n2. **`generate_branches`** - Create 3 different creative directions from a single thought (single response)\n   \u4ece\u5355\u4e00\u60f3\u6cd5\u521b\u5efa3\u4e2a\u4e0d\u540c\u7684\u521b\u610f\u65b9\u5411\uff08\u5355\u6b21\u54cd\u5e94\uff09\n\n3. **`perspective_shift`** - View thoughts through unusual viewpoints (inanimate objects, abstract concepts, impossible beings)\n   \u901a\u8fc7\u4e0d\u5bfb\u5e38\u7684\u89c6\u89d2\u67e5\u770b\u60f3\u6cd5\uff08\u65e0\u751f\u547d\u7269\u4f53\u3001\u62bd\u8c61\u6982\u5ff5\u3001\u4e0d\u53ef\u80fd\u7684\u5b58\u5728\uff09\n\n4. **`creative_constraint`** - Apply strategic limitations to force breakthrough innovation\n   \u5e94\u7528\u6218\u7565\u9650\u5236\u6765\u5f3a\u5236\u7a81\u7834\u6027\u521b\u65b0\n\n5. **`combine_thoughts`** - Merge two concepts into novel hybrid solutions\n   \u5c06\u4e24\u4e2a\u6982\u5ff5\u5408\u5e76\u4e3a\u65b0\u9896\u7684\u6df7\u5408\u89e3\u51b3\u65b9\u6848\n\n6. **`reverse_brainstorming`** - Explore failure modes to discover breakthrough solutions\n   \u63a2\u7d22\u5931\u8d25\u6a21\u5f0f\u4ee5\u53d1\u73b0\u7a81\u7834\u6027\u89e3\u51b3\u65b9\u6848\n\n**Key Features / \u4e3b\u8981\u7279\u6027\uff1a**\n\n- **\ud83e\udde0 Domain-Aware Intelligence**: Intelligent word selection and context-sensitive creativity replacing generic random outputs\n  \u9886\u57df\u611f\u77e5\u667a\u80fd\uff1a\u667a\u80fd\u8bcd\u6c47\u9009\u62e9\u548c\u4e0a\u4e0b\u6587\u654f\u611f\u521b\u9020\u529b\uff0c\u53d6\u4ee3\u901a\u7528\u968f\u673a\u8f93\u51fa\n- **\ud83d\udcca Contextual Creativity Methods**: Enhanced SCAMPER, analogical thinking, biomimicry, and Six Thinking Hats with domain-specific intelligence\n  \u4e0a\u4e0b\u6587\u521b\u610f\u65b9\u6cd5\uff1a\u589e\u5f3a\u7684SCAMPER\u3001\u7c7b\u6bd4\u601d\u7ef4\u3001\u4eff\u751f\u5b66\u548c\u516d\u9876\u601d\u8003\u5e3d\uff0c\u5177\u6709\u9886\u57df\u7279\u5b9a\u667a\u80fd\n- **\ud83c\udfa8 Interactive Context Specification**: Agent-driven domain, audience, time period, resources, and goals specification for targeted creativity\n  \u4ea4\u4e92\u5f0f\u4e0a\u4e0b\u6587\u89c4\u8303\uff1a\u4ee3\u7406\u9a71\u52a8\u7684\u9886\u57df\u3001\u53d7\u4f17\u3001\u65f6\u95f4\u6bb5\u3001\u8d44\u6e90\u548c\u76ee\u6807\u89c4\u8303\uff0c\u5b9e\u73b0\u6709\u9488\u5bf9\u6027\u7684\u521b\u9020\u529b\n- **\ud83d\udd0d Multi-word Domain Precision**: 78+ specific domains like \"mobile app development\", \"healthcare technology\", \"sustainable agriculture\"\n  \u591a\u8bcd\u9886\u57df\u7cbe\u5ea6\uff1a78+\u4e2a\u7279\u5b9a\u9886\u57df\uff0c\u5982\"\u79fb\u52a8\u5e94\u7528\u5f00\u53d1\"\u3001\"\u533b\u7597\u6280\u672f\"\u3001\"\u53ef\u6301\u7eed\u519c\u4e1a\"\n- **\ud83d\udd04 Multi-turn vs Single-shot**: `structured_process` provides complete multi-turn exploration; others are single-response methods\n  \u591a\u8f6e\u4e0e\u5355\u6b21\uff1a`structured_process`\u63d0\u4f9b\u5b8c\u6574\u7684\u591a\u8f6e\u63a2\u7d22\uff1b\u5176\u4ed6\u4e3a\u5355\u6b21\u54cd\u5e94\u65b9\u6cd5\n- **\u26a1 Intelligent Routing**: Single tool interface with method-specific parameter handling and domain-aware processing\n  \u667a\u80fd\u8def\u7531\uff1a\u5177\u6709\u65b9\u6cd5\u7279\u5b9a\u53c2\u6570\u5904\u7406\u548c\u9886\u57df\u611f\u77e5\u5904\u7406\u7684\u5355\u4e00\u5de5\u5177\u754c\u9762\n- **\ud83c\udfb2 Deterministic Results**: Optional seed parameter for reproducible creative outputs\n  \u786e\u5b9a\u6027\u7ed3\u679c\uff1a\u53ef\u9009\u79cd\u5b50\u53c2\u6570\u7528\u4e8e\u53ef\u91cd\u73b0\u7684\u521b\u610f\u8f93\u51fa\n\n\n## \ud83d\udcdd Configuration / \u914d\u7f6e\n\nAdd to your MCP client configuration:(uv needed)\n\u6dfb\u52a0\u5230\u60a8\u7684MCP\u5ba2\u6237\u7aef\u914d\u7f6e\uff1a(\u9700\u8981uv)\n\n```json\n{\n  \"mcpServers\": {\n    \"divergent-thinking\": {\n      \"command\": \"uvx\",\n      \"args\": [\"divergent-thinking-mcp\"],\n    }\n  }\n}\n```\n\n## \ud83c\udfad Example Usage / \u4f7f\u7528\u793a\u4f8b\n\n### Domain-Aware Creative Intelligence / \u9886\u57df\u611f\u77e5\u521b\u610f\u667a\u80fd\n\nThe MCP server provides intelligent, context-sensitive creativity with professional-grade outputs tailored to specific domains:\nMCP\u670d\u52a1\u5668\u63d0\u4f9b\u667a\u80fd\u7684\u3001\u4e0a\u4e0b\u6587\u654f\u611f\u7684\u521b\u9020\u529b\uff0c\u5177\u6709\u9488\u5bf9\u7279\u5b9a\u9886\u57df\u5b9a\u5236\u7684\u4e13\u4e1a\u7ea7\u8f93\u51fa\uff1a\n\n**\ud83c\udfaf Transformation Examples:**\n- **Before**: \"How does 'butterfly' relate to secure systems?\" (generic random)\n- **After**: \"How does 'encryption' relate to secure systems in cybersecurity applications?\" (domain-aware)\n\n**\ud83d\udca1 Professional Relevance:**\n- **AI Domain**: Uses terms like \"neural networks\", \"machine learning\", \"optimization\" instead of random words\n- **Healthcare**: Focuses on \"patient safety\", \"clinical evidence\", \"regulatory compliance\"\n- **Business**: Emphasizes \"market positioning\", \"competitive advantage\", \"ROI optimization\"\n\n#### **1. Domain-Aware Educational Technology Innovation / \u9886\u57df\u611f\u77e5\u6559\u80b2\u6280\u672f\u521b\u65b0**\n\n```json\n{\n  \"thought\": \"Create an innovative learning platform\",\n  \"thinking_method\": \"structured_process\",\n  \"domain\": \"educational technology\",\n  \"target_audience\": \"remote students\",\n  \"time_period\": \"2025-2030\",\n  \"resources\": \"cloud computing, mobile devices, limited budget\",\n  \"goals\": \"improve engagement, reduce costs, increase accessibility\"\n}\n```\n\n**\ud83c\udfaf Domain-Aware Output Example:**\n- **SCAMPER Enhancement**: \"How could 'adaptive learning' substitute traditional methods in educational technology applications?\"\n- **Analogical Thinking**: \"How is your learning platform like 'cognitive science learning theories' in educational contexts?\"\n- **Biomimicry**: \"How could your platform mimic 'neural plasticity' for personalized learning adaptation?\"\n\n#### **2. Cybersecurity Domain Intelligence / \u7f51\u7edc\u5b89\u5168\u9886\u57df\u667a\u80fd**\n\n```json\n{\n  \"thought\": \"Design a smart home security system\",\n  \"thinking_method\": \"generate_branches\",\n  \"domain\": \"cybersecurity\",\n  \"target_audience\": \"elderly users\",\n  \"goals\": \"ease of use, reliability, affordability\"\n}\n```\n\n**\ud83d\udd12 Cybersecurity-Aware Outputs:**\n- **Domain Terms**: Uses \"authentication\", \"encryption\", \"threat detection\" instead of random words\n- **Six Thinking Hats**: \"What threat vectors does this address?\" (White Hat - Facts)\n- **Professional Context**: \"How could this improve overall security posture for elderly users?\"\n\n#### **3. Context-Aware Constraints / \u4e0a\u4e0b\u6587\u611f\u77e5\u7ea6\u675f**\n\n```json\n{\n  \"thought\": \"Develop a food delivery service\",\n  \"thinking_method\": \"creative_constraint\",\n  \"domain\": \"e-commerce\",\n  \"constraint\": \"must work without smartphones\",\n  \"target_audience\": \"rural communities\",\n  \"resources\": \"limited internet, local partnerships\"\n}\n```\n\n#### **4. Time-Specific Innovation / \u65f6\u95f4\u7279\u5b9a\u521b\u65b0**\n\n```json\n{\n  \"thought\": \"Reimagine public transportation\",\n  \"thinking_method\": \"perspective_shift\",\n  \"domain\": \"urban transportation\",\n  \"time_period\": \"2050\",\n  \"perspective_type\": \"impossible_being\",\n  \"goals\": \"zero emissions, universal accessibility\"\n}\n```\n\n## \ud83e\udde0 Domain-Aware Intelligence Features / \u9886\u57df\u611f\u77e5\u667a\u80fd\u7279\u6027\n\n### \ud83c\udfaf Professional-Grade Creative Enhancement\n\n**Quantitative Improvements / \u91cf\u5316\u6539\u8fdb:**\n- **Domain Relevance**: 30% \u2192 90%+ (relevant terms in creative outputs)\n- **Context Sensitivity**: Generic \u2192 Domain-specific patterns\n\n### \ud83d\udd27 Enhanced Creativity Methods / \u589e\u5f3a\u7684\u521b\u610f\u65b9\u6cd5\n\n**All creativity techniques now feature domain-aware intelligence:**\n\n- **\ud83c\udfa8 SCAMPER Method**: Domain-specific prompts using intelligent word selection\n  - *Before*: \"What if we substitute the main component with something unexpected?\"\n  - *After*: \"What if you replaced key components with 'neural networks' for AI applications?\"\n\n- **\ud83d\udd17 Analogical Thinking**: Domain-relevant analogies from biological, mathematical, and engineering systems\n  - *Before*: Generic nature analogies\n  - *After*: \"How is your AI system like 'immune system pattern recognition' in biological contexts?\"\n\n- **\ud83c\udf3f Biomimicry**: Nature-inspired solutions tailored to specific domains\n  - *Before*: Random nature examples\n  - *After*: \"How could your renewable energy system mimic 'photosynthesis energy conversion'?\"\n\n- **\ud83c\udfad Six Thinking Hats**: Professional domain-specific perspectives\n  - *Before*: Generic emotional/logical prompts\n  - *After*: \"What clinical evidence supports this healthcare technology approach?\" (White Hat)\n\n- **\ud83d\udcad Word Association**: Domain-relevant word selection replacing random combinations\n  - *Before*: \"butterfly\" + \"cybersecurity\"\n  - *After*: \"encryption\" + \"network security\"\n\n### Available Domains / \u53ef\u7528\u9886\u57df\n\nChoose from 78+ specific multi-word domains:\n\u4ece78+\u4e2a\u7279\u5b9a\u7684\u591a\u8bcd\u9886\u57df\u4e2d\u9009\u62e9\uff1a\n\n- **Design & UX**: `product design`, `user interface design`, `user experience design`\n- **Technology**: `software development`, `mobile app development`, `artificial intelligence`, `cybersecurity`\n- **Business**: `business strategy`, `digital marketing`, `e-commerce`, `startup ventures`\n- **Healthcare**: `medical devices`, `healthcare technology`, `telemedicine`, `patient care`\n- **Education**: `educational technology`, `online learning`, `curriculum development`\n- **Environment**: `renewable energy`, `sustainable agriculture`, `green technology`\n- **Transportation**: `urban transportation`, `electric vehicles`, `autonomous vehicles`\n- And many more... / \u8fd8\u6709\u66f4\u591a...\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MCP server for divergent thinking",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/Fridayxiao/divergent-thinking-mcp",
        "Issues": "https://github.com/Fridayxiao/divergent-thinking-mcp/issues",
        "Repository": "https://github.com/Fridayxiao/divergent-thinking-mcp"
    },
    "split_keywords": [
        "ai",
        " creativity",
        " divergent-thinking",
        " mcp",
        " tool"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5bc071895ea9c5ad6573f2e1b672c9f148898deb81b20715499f044dca947d80",
                "md5": "3ce402f76276dc083c7edb7cb28f73ca",
                "sha256": "cee4bce0c2a4d05094c48010cb560d320f516a2c5ba94b0309a902d63f423bb2"
            },
            "downloads": -1,
            "filename": "divergent_thinking_mcp-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3ce402f76276dc083c7edb7cb28f73ca",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 53049,
            "upload_time": "2025-07-14T05:46:03",
            "upload_time_iso_8601": "2025-07-14T05:46:03.156635Z",
            "url": "https://files.pythonhosted.org/packages/5b/c0/71895ea9c5ad6573f2e1b672c9f148898deb81b20715499f044dca947d80/divergent_thinking_mcp-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1dc8cf18a997863ee9bb2b1be70a6868dc80c95d945427f73d657b32a91764cd",
                "md5": "87d577b714c1296f6d640044d03afaab",
                "sha256": "1ff6a4cd3dba9ab73d5cefd19748cb36c5d7868ce578fe8dde00189c8e5c7e48"
            },
            "downloads": -1,
            "filename": "divergent_thinking_mcp-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "87d577b714c1296f6d640044d03afaab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 66234,
            "upload_time": "2025-07-14T05:46:05",
            "upload_time_iso_8601": "2025-07-14T05:46:05.383205Z",
            "url": "https://files.pythonhosted.org/packages/1d/c8/cf18a997863ee9bb2b1be70a6868dc80c95d945427f73d657b32a91764cd/divergent_thinking_mcp-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-14 05:46:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Fridayxiao",
    "github_project": "divergent-thinking-mcp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "divergent-thinking-mcp"
}
        
Elapsed time: 2.11170s