Back to Apps

Altius MCP
by vlordier
Enhanced sequential-thinking workflows with session controls and validation.
0 stars
Works in:CursorVS Code Copilot
Exposes:Tools
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
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add the run-stdio.sh script to ~/.cursor/mcp.json.Claude Desktop
Use the provided run-stdio.sh script in the mcpServers config.VS Code Copilot
Add the server to the mcp.servers section of your settings.json.





