11 focused tools for structured thinking, branching, revision, and navigation.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @bam-devcrew/maxential-thinking-mcp
MCP client config
{
"mcpServers": {
"maxential-thinking-mcp": {
"command": "npx",
"args": [
"-y",
"@bam-devcrew/maxential-thinking-mcp"
]
}
}
}