Hamster-Hub

skz-2026/Hamster-Hub
★ 0 stars Rust AI/LLM Updated today
A local-first AI desktop assistant for Windows — iOS-style desktop takeover, AI agent workspace, password vault, todo reminders, and a built-in MCP server. Built with Tauri 2 (Rust + React). Your data never leaves your PC.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hamster-hub": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "Hamster-Hub"
      ]
    }
  }
}