Skip to content
VS Code

MAXential Thinking MCP for VS Code

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

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

client:VS Code transport:stdio runtime:npm

Install MAXential Thinking MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MAXential Thinking MCP in other clients