claude-code-mcp-bridge

cgoodsell68/claude-code-mcp-bridge
★ 0 stars TypeScript 🤖 AI/LLM Updated 1mo ago
MCP server bridge that wraps Claude Code headless mode as tools for Tasklet/AI agent orchestration
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-mcp-brid": {
      "command": "npx",
      "args": [
        "-y",
        "cgoodsell68/claude-code-mcp-bridge"
      ]
    }
  }
}