Stats
Actions
Tags
From neuroflow
Local MCP server that enables Claude to perform sequential multi-step reasoning, allowing step-by-step analysis and backtracking in problem-solving tasks.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sequentialthinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub stanislavjiricek/neuroflow --plugin neuroflow