Claude Overlay banner
mzmmoazam mzmmoazam

Claude Overlay

DevOps community

Description

Manage project-level Claude Code configuration for custom model providers (Databricks, Bedrock, OpenRouter, LiteLLM, Cloudflare)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

claude-overlay

[![CI](https://github.com/mzmmoazam/claude-overlay/workflows/CI/badge.svg)](https://github.com/mzmmoazam/claude-overlay/actions?query=workflow:CI) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![GitHub release](https://img.shields.io/github/release/mzmmoazam/claude-overlay.svg)](https://github.com/mzmmoazam/claude-overlay/releases) [![macOS](https://img.shields.io/badge/macOS-supported-000000?logo=apple&logoColor=white)](https://github.com/mzmmoazam/claude-overlay) [![Linux](https://img.shields.io/badge/Linux-supported-FCC624?logo=linux&logoColor=black)](https://github.com/mzmmoazam/claude-overlay) [![Homebrew](https://img.shields.io/badge/homebrew-tap-FBB040?logo=homebrew&logoColor=white)](https://github.com/mzmmoazam/homebrew-claude-overlay)

Manage project-level [Claude Code](https://docs.anthropic.com/en/docs/claude-code) configuration for custom model providers.

When using Claude Code through a proxy or third-party endpoint — **Databricks**, **Amazon Bedrock**, **OpenRouter**, **LiteLLM**, or others — Anthropic's native WebSearch and WebFetch tools may not work because they rely on Anthropic's own infrastructure. `claude-overlay` solves this by creating a project-level configuration overlay that:

  • Routes Claude Code to your custom endpoint
  • Replaces native web search with MCP-based alternatives (Tavily + DuckDuckGo)
  • Preserves all your existing project settings and MCP servers
  • Toggles cleanly between custom provider and native Anthropic modes

Install

Homebrew (macOS / Linux)

brew tap mzmmoazam/claude-overlay
brew install claude-overlay

curl

curl -fsSL https://raw.githubusercontent.com/mzmmoazam/claude-overlay/main/install.sh | bash

From source

git clone https://github.com/mzmmoazam/claude-overlay.git
cd claude-overlay && make install

**Requirements:** bash, python3 >= 3.7, npx (Node.js)

Quick Start

# 1. Configure your provider creden