Rust-based MCP server for sequential thinking using UltraFast MCP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ultrafast-mcp-sequen": {
"command": "cargo",
"args": [
"run",
"--",
"ultrafast-mcp-sequential-thinking"
]
}
}
}
Run in terminal:
claude mcp add ultrafast-mcp-sequen cargo run -- ultrafast-mcp-sequential-thinking
Add to .cursor/mcp.json:
{
"mcpServers": {
"ultrafast-mcp-sequen": {
"command": "cargo",
"args": [
"run",
"--",
"ultrafast-mcp-sequential-thinking"
]
}
}
}