Six Hats MCP
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Six Hats MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



