Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From interpretive-orchestration
Runs a local MCP server that enables step-by-step reasoning and sequential thought processes for complex problem-solving tasks.
npx claudepluginhub linxule/interpretive-orchestration --plugin interpretive-orchestrationCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mcp-sequentialthinking-tools": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.