Skip to content
Cursor

MAXential Thinking MCP for Cursor

io.github.bam-devcrew/maxential-thinking-mcp

11 focused tools for structured thinking, branching, revision, and navigation.

client:Cursor transport:stdio runtime:npm

Install MAXential Thinking MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MAXential Thinking MCP in other clients