Skip to content

MAXential Thinking MCP for Grok

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

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

client:Grok transport:stdio runtime:npm

Install MAXential Thinking MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MAXential Thinking MCP in other clients