M
MCP Promax Problem Solving
A Rust-based MCP server that provides tools for 7 structured mental models to solve problems.
Created 5/31/2026
Updated about 17 hours ago
README
Repository documentation and setup instructions
mcp-promax-problem-solving
A Rust-based MCP server that provides tools for 7 structured mental models to solve problems.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/openrise-hub/mcp-promax-problem-solving
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"openrise-hub-mcp-promax-problem-solving": {
"command": "git",
"args": [
"clone",
"https://github.com/openrise-hub/mcp-promax-problem-solving"
]
}
}
}