ruvos

dgdev25/ruvos
★ 11 stars Rust AI/LLM Updated 1mo ago ✓ Clean
rUvOS — the agentic operating system. A single static Rust binary that runs as an MCP server, giving Claude Code persistent memory, resumable signed sessions, multi-agent orchestration, a knowledge graph, safety guardrails, and a signed audit trail. Zero Node.js, zero SQLite, zero daemon.
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": {
    "ruvos": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ruvos"
      ]
    }
  }
}

Topics

agent-orchestrationagenticai-agentsclaude-codehnswllmmcpmodel-context-protocolmulti-agentrustvector-search