ultrafast-mcp-sequential-thinking

techgopal/ultrafast-mcp-sequential-thinking
★ 15 stars Rust 📦 Other Updated 1mo ago
Rust-based MCP server for sequential thinking using UltraFast MCP.
View on GitHub →

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"
      ]
    }
  }
}