llmos-harness

MikeyBeez/llmos-harness
★ 0 stars JavaScript AI/LLM Updated 3d ago
Integration layer between Mikey's stack and the DeepSeek Harness: cordis configs that bridge existing MCP servers and Claude Code hooks onto a local model. Paths come from the environment, so one config runs on both machines.
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": {
    "llmos-harness": {
      "command": "npx",
      "args": [
        "-y",
        "MikeyBeez/llmos-harness"
      ]
    }
  }
}