
Altius MCP
by vlordier
Enhanced sequential-thinking workflows with session controls and validation.
What it does
Altius MCP is a Rust-based server designed to improve the reasoning capabilities of AI models by providing a structured sequential-thinking framework. It allows models to process complex problems step-by-step with built-in session state management.
Tools
sequentialthinking: The core tool for iterative thought-step processing and revision.sequentialthinking_get_state: Returns the current state of the active thinking session.sequentialthinking_reset: Clears the current thinking session to start fresh.sequentialthinking_health: Provides a summary of the server's health and session status.
Installation
Build and run via cargo, then add the following to claude_desktop_config.json:
{
"mcpServers": {
"altius-mcp": {
"command": "/path/to/altius-mcp/scripts/run-stdio.sh",
"args": []
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
- VS Code Copilot
Quick install
cargo build && cargo runInformation
- Pricing
- free
- Published
- 5/3/2026
- stars





