Sequential Thinking for Grok
io.github.modelcontextprotocol/server-sequential-thinking
Reference server that gives a model a structured scratchpad for step-by-step problem solving, with revision and branching of earlier thoughts.
client:Grok
transport:stdio
runtime:npm
tools:1
Install Sequential Thinking in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"server-sequential-thinking": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}
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