Qavren-Swarm

stevenfackley/Qavren-Swarm
★ 0 stars C# AI/LLM Updated today
Local MCP server that orchestrates ephemeral, hardened Docker coding agents (claude-code / local OpenAI-compatible / Anthropic) against a read-only workspace copy, returning a reviewable git diff. .NET 10, Windows + WSL2 Docker.
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": {
    "qavren-swarm": {
      "command": "npx",
      "args": [
        "-y",
        "stevenfackley/Qavren-Swarm"
      ]
    }
  }
}

README Excerpt

A local **Model Context Protocol (MCP)** server that orchestrates ephemeral, hardened Docker containers as disposable coding agents. An IDE harness (Claude Code, OpenCode, Cline, …) talks JSON‑RPC over **stdio**; each task spawns a throwaway Linux container that edits a **read‑only copy** of a host workspace, runs tests, and returns a `git diff`. **Nothing touches your real

Tools (20)

QAVREN_ANTHROPIC_MODELQAVREN_BROKER_ENABLEDQAVREN_BROKER_PORTQAVREN_BROKER_TIMEOUT_SECONDSQAVREN_CLAUDE_BINQAVREN_CLAUDE_CODE_MODELQAVREN_CONTEXT_BUDGETQAVREN_CPUSQAVREN_DEFAULT_PROVIDERQAVREN_JOBS_DIRQAVREN_JOB_TIMEOUT_SECONDSQAVREN_LOG_FILEQAVREN_MAX_TOKENSQAVREN_MEMORY_MBQAVREN_NETWORK_MODEQAVREN_OPENAI_BASE_URLQAVREN_OPENAI_MODELQAVREN_PAUSE_GRACE_SECONDSQAVREN_PERSIST_JOBSQAVREN_PIDS_LIMIT

Topics

ai-agentsanthropicclaudeclaude-codecoding-agentcsharpdockerdotnetllmmcpmodel-context-protocolollamasandboxwindowswsl2