claude-code-toolchain

YashBhamore/claude-code-toolchain
★ 0 stars Python AI/LLM Updated 1d ago
Claude Code plugin bundle: 11-agent subagent collection, portable engineering reasoning protocol, MCP context server
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": {
    "claude-code-toolchai": {
      "command": "uvx",
      "args": [
        "claude-code-toolchain"
      ]
    }
  }
}

Or install with pip: pip install claude-code-toolchain

README Excerpt

A distributable [Claude Code](https://claude.com/claude-code) plugin bundle: an 11-agent subagent collection, a portable engineering reasoning protocol shared across projects, and an MCP server exposing repo-context tools. ``` .claude-plugin/plugin.json plugin manifest (agents, skill, MCP server wiring)

Tools (1)

debugger