MCP Server for structured sequential thinking with Burst Thinking, Logic Methodology Generator, branching, revisions, dead-ends tracking, and fuzzy
MCP Server for structured sequential thinking with Burst Thinking, Logic Methodology Generator, branching, revisions, dead-ends tracking, and fuzzy recall. That is what the think mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Reason step by step, branch when needed, block weak finals, and keep useful memory across sessions.
Installation goes through your MCP client rather than a global install: point it at @gofman3/think-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
The server publishes 7 tools. What each one is for:
think — Add one structured reasoning stepthink_batch — Submit one already-built reasoning chainthink_cycle — Adaptive reasoning state machine with a hard process gatethink_logic — Return a read-only analysis checklistthink_recall — Search the active scope or stored insightsthink_done — Finalize a think or think_batch scopethink_reset — Clear the active scope statePlenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Think's toolset — think, think_batch, think_cycle and 4 more — is a fair guide to whether it matches your workflow. It is maintained by GitHub Actions; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| think | Add one structured reasoning step |
| think_batch | Submit one already-built reasoning chain |
| think_cycle | Adaptive reasoning state machine with a hard process gate |
| think_logic | Return a read-only analysis checklist |
| think_recall | Search the active scope or stored insights |
| think_done | Finalize a think or think_batch scope |
| think_reset | Clear the active scope state |
### MCP config
```json
{
"mcpServers": {
"think": {
"command": "npx",
"args": ["-y", "@gofman3/think-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.