Odel
MAXential Thinking MCP

MAXential Thinking MCP

Local
@bam-devcrew3TypeScriptMITUpdated 3mo ago

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).

npm@bam-devcrew/maxential-thinking-mcpv2.0.1

Run

npx -y @bam-devcrew/maxential-thinking-mcp

MCP client config

{
  "mcpServers": {
    "maxential-thinking-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bam-devcrew/maxential-thinking-mcp"
      ]
    }
  }
}