claude-code-harness

MDsniper/claude-code-harness
★ 0 stars JavaScript 🤖 AI/LLM Updated today
A harness for Claude Code — discover skills, MCP servers, and agents, compose prompts with checkboxes, send to embedded Claude terminal
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": {
    "claude-code-harness": {
      "command": "npx",
      "args": [
        "-y",
        "MDsniper/claude-code-harness"
      ]
    }
  }
}