# Sideways MCP Server > Shift perspective. Unlock creativity. ## What is Sideways? Sideways is an MCP (Model Context Protocol) server that provides unexpected questions and lateral thinking prompts to help break through creative blocks and shift perspective. When AI gets stuck thinking in straight lines, Sideways helps it think sideways. ## How It Works Sideways uses a privacy-preserving design: 1. User says "use sideways" in their prompt 2. AI assistant reads available categories via MCP Resources 3. AI selects the best category for the user's creative challenge 4. AI invokes a category-specific MCP Prompt to get a random strategy 5. User receives an unexpected strategy card with 5 questions to apply it **Privacy**: The server only receives category names (like "reframe" or "reduce"). User conversations, creative challenges, and work stay on their device. ## Categories Sideways organizes creative strategies into 6 categories for targeted creative interventions: ### Reframe Change perspective, reverse assumptions, adopt alternative viewpoints. **Use when**: Stuck in a single way of thinking, facing opposition, or need to see the problem from a completely different angle. ### Reduce Simplify, subtract, remove, clarify, focus on essentials. **Use when**: Overwhelmed by complexity, dealing with too many options, or when clarity is needed. ### Expand Add more, elaborate, embrace abundance, do both. **Use when**: Solutions feel too minimal, avoiding decisions, or when there's room to explore more possibilities. ### Disrupt Break patterns, embrace chaos, make destructive moves, honor mistakes. **Use when**: Stuck in safe patterns, avoiding risk, or when work feels too polished or predictable. ### Embody Physical, sensory, body-based approaches to creative problems. **Use when**: Too much in your head, experiencing physical tension, or disconnected from intuition. ### Pause Rest, reflect, step back, examine, take breaks. **Use when**: Rushing, feeling frantic, or unable to see the forest for the trees. ## Usage Instructions To use Sideways with an AI assistant: 1. Install the MCP server in your AI tool (see Installation section below) 2. In your prompt to the AI, include the phrase "use sideways" 3. The AI will automatically select the appropriate category and return a strategy card Example prompts: - "My test suite takes 10 minutes to run. Use sideways to help me think about performance." - "I'm debugging and nothing makes sense anymore. Use sideways" - "I want to plan a memorable vacation but I'm overwhelmed by options. Use sideways" ## MCP Resources Available - `categories://index` - List of all 6 strategy categories with descriptions and guidance - `strategies://metadata` - Overall statistics about the strategy collection - `categories://{categoryId}` - Detailed information about each category ## MCP Prompts Available - `sideways-reframe` - Get a random Reframe strategy with 5 questions - `sideways-reduce` - Get a random Reduce strategy with 5 questions - `sideways-expand` - Get a random Expand strategy with 5 questions - `sideways-disrupt` - Get a random Disrupt strategy with 5 questions - `sideways-embody` - Get a random Embody strategy with 5 questions - `sideways-pause` - Get a random Pause strategy with 5 questions ## Installation ### SSE Endpoint (recommended for remote clients) ``` https://usesideways.com/sse ``` ### Streamable HTTP MCP Endpoint ``` https://usesideways.com/mcp ``` ### Example Configuration (Claude Code) ```bash claude mcp add --transport http sideways https://usesideways.com/mcp ``` ### Example Configuration (Claude Desktop) ```json { "mcpServers": { "sideways": { "command": "npx", "args": ["mcp-remote", "https://usesideways.com/sse"] } } } ``` ## Credits - Built by Ari Bader-Natal (https://aribadernatal.com)