A Model Context Protocol (MCP) server that provides systematic thinking, mental models, and debugging approaches for enhanced problem-solving capabilities
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"clear-thought-mcp-se": {
"command": "npx",
"args": [
"-y",
"oriz-org/clear-thought-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add clear-thought-mcp-se npx -y oriz-org/clear-thought-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"clear-thought-mcp-se": {
"command": "npx",
"args": [
"-y",
"oriz-org/clear-thought-mcp-server"
]
}
}
}
📋 Copy