Structured reasoning MCP server with typed thoughts and persistence.
Drop-in replacement for sequential-thinking MCP with typed thought categories, confidence scoring, branching from any point in a chain, and disk persistence. Gives AI agents a structured scratchpad for complex reasoning.
npx orellius-thinkingOr globally:
npm install -g orellius-thinkingAdd to your MCP config:
{
"mcpServers": {
"thinking": {
"command": "npx",
"args": ["orellius-thinking"]
}
}
}- 9 typed thought categories (hypothesis, observation, critique, synthesis, etc.)
- Confidence scoring from 0.0 to 1.0 per thought
- Branch from any thought to explore alternative reasoning paths
- Revision tracking with full history
- Chain persistence to disk (~/.orellius-thinking/)
- Chain summaries for context compression
TypeScript, MCP SDK, Zod
MIT — Orellius Labs