A Rust-based MCP server that provides tools for 7 structured mental models to solve problems.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-promax-problem-s": {
"command": "npx",
"args": [
"-y",
"openrise-hub/mcp-promax-problem-solving"
]
}
}
}
Run in terminal:
claude mcp add mcp-promax-problem-s npx -y openrise-hub/mcp-promax-problem-solving
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-promax-problem-s": {
"command": "npx",
"args": [
"-y",
"openrise-hub/mcp-promax-problem-solving"
]
}
}
}