Local stdio MCP server for sequential thinking, providing tools for step-by-step reasoning and task decomposition. Runs as a Node.js subprocess via npx. No secrets required.
npx claudepluginhub aaione/everything-claude-code-zh --plugin everything-claude-codeAdd to your .mcp.json:
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking@2025.12.18"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npxShare bugs, ideas, or general feedback.