Stats
Actions
Tags
From open-agent-hub
Local stdio MCP server providing sequential thinking capabilities for step-by-step reasoning in Claude Code. Runs via Node.js npx command. No secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking@2025.12.18"
]
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub guanyang/open-agent-hub --plugin open-agent-hub