Maxential Thinking MCP

A structured, persistent reasoning workspace for AI. Provides 20 tools for building thought chains, exploring alternatives through branching, revising earlier thinking, searching reasoning history, and persisting sessions across context window resets and server restarts. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-25 · ★ 2 · #595 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Maxential Thinking MCP

before you install - you'll need

Set MAXENTIAL_DB_PATH, MAXENTIAL_LOG_FILE before connecting.

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @bam-devcrew/maxential-thinking-mcp - published under the repo owner's npm scope (@bam-devcrew)

registry namespace io.github.BAM-DevCrew is GitHub-verified and matches the repo owner

03 · What Maxential Thinking MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can add a thought to the reasoning chain. Thoughts are numbered and persisted automatically, create a new reasoning branch to explore an alternative path without losing the main thread, list all branches with their status and thought counts, and retrieve complete details of a specific branch.

Capability map

Tools grouped from the project's README - what Maxential Thinking MCP lets an agent do.

Branch

5 tools - e.g. Create a new reasoning branch to explore an alternative path without losing the main thread.; Switch context to a different branch, or back to main.; Retrieve complete details of a specific branch.

branch · switch_branch · get_branch · close_branch · merge_branch

read & search

4 tools - e.g. List all branches with their status and thought counts.; Retrieve a specific thought by its number.; Get thought history, optionally filtered by branch.

list_branches · get_thought · get_history · search

Session

4 tools - e.g. Name and describe the current session for later retrieval.; Restore a saved session - all thoughts, branches, and tags are loaded back into memory.; Browse available sessions, most recently updated first.

session_save · session_load · session_list · session_summary

Think

1 tool - e.g. Add a thought to the reasoning chain. Thoughts are numbered and persisted automatically.

think

Revise

1 tool - e.g. Revise a previous thought when earlier thinking was flawed or incomplete. The original is preserved with revision history.

revise

Complete

1 tool - e.g. Mark the thinking chain complete with a final conclusion.

complete

Reset

1 tool - e.g. Clear the current session and start fresh.

reset

Tag

1 tool - e.g. Add or remove semantic tags on a thought (e.g., hypothesis, evidence, decision, finding).

tag

Latest releases

v2.3.0 · 2026-05-25

First tagged release. Marks the version published to npm as @bam-devcrew/[email protected]. · What this version provides · A structured, persistent reasoning workspace for AI with 20 focused tools. · Core…

04 · Who maintains Maxential Thinking MCP

MAXential-Thinking-MCP is maintained by bam-devcrew. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
other - ranked #595 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.BAM-DevCrew/MAXential-Thinking-MCP (active, first published 2025-12-23)
packages
npm:@bam-devcrew/maxential-thinking-mcp

06 · Maxential Thinking MCP FAQ

Is Maxential Thinking MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-25. We re-verify nightly.

What can Maxential Thinking MCP do?

With this server connected, an agent can add a thought to the reasoning chain. Thoughts are numbered and persisted automatically, create a new reasoning branch to explore an alternative path without losing the main thread, list all branches with their status and thought counts, and retrieve complete details of a specific branch.

How do I install Maxential Thinking MCP?

Run `npx -y @bam-devcrew/maxential-thinking-mcp`. The README documents 2 environment variables (MAXENTIAL_DB_PATH, MAXENTIAL_LOG_FILE) to set first. Set MAXENTIAL_DB_PATH, MAXENTIAL_LOG_FILE before connecting. You can also paste the ready-made client config above.

Does Maxential Thinking MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Maxential Thinking MCP

More MCP servers to compare · Bamwor MCP Server · Banana Prompts MCP · Bank Sync · Test Intel · Token Compressor

More TypeScript MCP servers · Scrapi · Memocall · aloha.fyi Hawaii · see all