creative-thinking
Verified Safeby uddhav
Overview
A Cloudflare Workers-based MCP server providing 28 advanced lateral thinking techniques, AI-powered idea enhancement, and deep path-dependent analysis for creative problem-solving.
Installation
npm run deployEnvironment Variables
- AUTH_USERNAME
- AUTH_API_KEY
- OAUTH_CLIENT_SECRET
- DEBUG_TOKEN
- ENVIRONMENT
- LOG_LEVEL
- DATABASE_URL
- TELEMETRY_ENABLED
- TELEMETRY_LEVEL
- COMPLETION_ENFORCEMENT_MODE
- NEURAL_OPTIMIZATION
- CULTURAL_FRAMEWORKS
Security Notes
Authentication is robust, supporting OAuth 2.0 and API keys. Deployment on Cloudflare Workers provides inherent isolation. The system implements rate limiting, input validation, and security middleware. Explicit warnings against hardcoding production secrets are present in the README. No instances of 'eval' or obvious malicious patterns were detected in the provided source code.
Similar Servers
openai-sdk-knowledge-org
The server provides expert-level answers about OpenAI API usage and SDKs, integrating RAG with web search fallback and multi-language support through an MCP (Model Context Protocol) interface.
txt2mcp
Converts text files or remote URLs into Model Context Protocol (MCP) servers, providing a searchable interface for AI agents.
agent-never-give-up-mcp
Provides metacognitive protocols to AI coding agents to help them recover from being stuck in common development scenarios without human intervention.
openstax-mcp-server
An AI-powered Model Context Protocol (MCP) server that connects LLMs to OpenStax educational content for semantic search, problem generation, and Jupyter notebook creation.