From essentials
Local chain-of-thought reasoning server enabling Claude to perform step-by-step thinking for complex problem-solving. Runs as a stdio subprocess, no API keys needed.
npx claudepluginhub bandofai/puerto --plugin essentialsAdd to your .mcp.json:
{
"mcpServers": {
"mcp-sequentialthinking-tools": {
"command": "npx",
"args": [
"-y",
"mcp-sequentialthinking-tools"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npx