Cc Bridge banner
ranaroussi ranaroussi

Cc Bridge

Development community

Description

Anthropic API compatibility using the official Claude Code CLI under the hood

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

CC Bridge

CC Bridge Icon

Local Claude Code CLI bridge

MIT License Follow on 𝕏 Star this repo

An experiment that uses Claude Code CLI (`claude -p`) and returns the output in Antropic API compatible format

[!CAUTION]

Experimental - use at your own risk

**CC Bridge is a personal exploration project.** It is an unofficial wrapper around the **Claude Code CLI** intended for local experimentation, developer ergonomics, and integration testing.

  • This project is not affiliated with, endorsed by, or sponsored by Anthropic.
  • Anthropic’s terms, policies, and product behavior can change - you are responsible for ensuring your usage complies with the applicable terms and policies.
  • If you need stable, supported programmatic access, use the official Anthropic API and credentials.

See [USERGUIDE.md](USERGUIDE.md) for complete setup and usage instructions.


Why this exists

I wanted a tiny sandbox to explore:

  • Using claude -p in automated developer workflows (pipes, scripts, CI-style steps)
  • Request/response shaping, streaming output, and robustness
  • Logging, retries, timeouts, and failure modes
  • How various developer tools behave when pointed at a local endpoint

This repo is best thought of as **a fu