Six Hats MCP

by Danejw

161 downloads
Not rated
GitHub

Description

# Six Hats MCP A full implementation of Edward de Bono's Six Thinking Hats using FastMCP and the OpenAI Agents SDK. ## Setup ### Environment Variables This project requires an OpenAI API key. You can set it up with: ```bash # Run the setup script python setup_env.py # Or…

About

# Six Hats MCP A full implementation of Edward de Bono's Six Thinking Hats using FastMCP and the OpenAI Agents SDK. ## Setup ### Environment Variables This project requires an OpenAI API key. You can set it up with: ```bash # Run the setup script python setup_env.py # Or manually create a .env file with: #…

Details

Author
Danejw
Downloads
161
Categories
Other

- white: Objective facts & data
- red: Emotions & intuitions
- black: Risks & critiques
- yellow: Benefits & optimism
- green: Creativity & ideas
- blue: Manager & orchestration

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Six Hats MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Set up an OpenAI API key in a .env file (or run python setup_env.py), then start the server with docker-compose up --build. Visit http://localhost:8000 to access the MCP endpoints. Six tools are available: white, red, black, yellow, green, and blue.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "six hats mcp": {
            "six-hats-mcp-server": {
                "command": "python",
                "args": [
                    "setup_env.py"
                ]
            }
        }
    }
}

McpServers

{
    "six-hats-mcp-server": {
        "command": "python",
        "args": [
            "setup_env.py"
        ]
    }
}

Six Hats MCP

A full implementation of Edward de Bono's Six Thinking Hats using FastMCP and the OpenAI Agents SDK.

Setup

Environment Variables

This project requires an OpenAI API key. You can set it up with:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.