MCP server

Sequential Thinking
MCPA thought tool, so the plan is visible.
Official reasoning server. The model writes steps it can revise, instead of hiding the chain in one blob.
latest·MIT·Updated this month·github.com/modelcontextprotocol/servers·Transport: stdio
Claude CodeCursorDesktop
Scanned
claude_desktop_config.json
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}Spec
What the server actually exposes.
sequentialthinking
writeAppend or revise a thought step.
Guardrails
- Thoughts are in the tool trail
- Revisable
- No hidden chain
mcp-sequential-thinking.mcp/tools
Tools
- write
sequentialthinking
Append or revise a thought step.
Last call
{ "ok": true,
"tool": "sequentialthinking",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.