Universal-Ops

AIWander/Universal-Ops
★ 0 stars Rust 🤖 AI/LLM Updated 5d ago
MCP server for AI-driven local dev work (AIWander)
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": {
    "universal-ops": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "Universal-Ops"
      ]
    }
  }
}

README Excerpt

> **Operations Locally** — the local execution layer for any AI coding agent. **Status:** alpha. Pairs with manager-delegated coding agents (Claude Code, Codex, Gemini, LM Studio LLMs). Three binaries that work together: | Binary | Registers as | What it does | |---|---|---| | **manager.exe** | `universal-manager` | Orchestrator. You ask "do X" in your chat; manager picks the smartest available coding agent and delegates. ~44 tools. |