associative-dreaming-mcp-server
Verified Safeby DocHatty
Overview
Facilitates non-linear, associative thinking for LLMs to enhance creative problem-solving and ideation.
Installation
npx associative-dreaming-mcp-serverEnvironment Variables
- DISABLE_DREAM_LOGGING
Security Notes
The server uses StdioServerTransport, communicating solely via standard I/O, which significantly reduces external network attack surface. Input validation is performed using Zod schemas for all tool arguments. No 'eval', code obfuscation, or hardcoded secrets were found in the provided source code. The logic is self-contained and primarily involves string processing and state management.
Similar Servers
mcp-sequentialthinking-tools
Guides LLM agents in dynamic, sequential problem-solving by tracking thoughts and recommending appropriate MCP tools for each step.
lotus-wisdom-mcp
This MCP server provides a tool for multi-faceted problem-solving and contemplative reasoning, using a wisdom framework inspired by the Lotus Sutra to guide AI agents in structured thinking and insight generation.
cortexgraph
CortexGraph is an MCP server that provides short-term memory for AI assistants, featuring temporal decay, reinforcement, and automatic promotion to long-term storage.
memory-journal-mcp
Provides persistent project context and knowledge graphs for AI-assisted development, bridging fragmented AI threads by capturing Git, GitHub, and journal activity.