MIT Licensed  ·  573+ Tests  ·  Python 3.11+

Bridge your Claude Code sessions

Control them from anywhere

Persistent session controller for Claude Code. 16 MCP tools. Remote control from any device.

AgentiBridge architecture — Remote Host connects through Cloudflare to Claude Session Network
pip install agentibridge

The productivity gap is real

Step away from your desk and your productivity drops to zero. AgentiBridge fixes that.

Capability Without AgentiBridge With AgentiBridge
Session persistence Raw JSONL files in ~/.claude/ Indexed, searchable, resumable
Remote access None — workstation only Any MCP client, any device
Cross-session search Manual grep through files Natural language semantic search
Background tasks Must keep terminal open Fire-and-forget dispatch
Multi-client support CLI only Claude, ChatGPT, Grok, any MCP client
Productivity away from desk 0% Full agent control from anywhere

Four pillars of agent freedom

🔓

Freedom

Work from any device, any MCP client. Dispatch tasks from claude.ai on your phone, monitor from ChatGPT on a tablet.

🧠

Memory

Sessions indexed and searchable automatically. Background collector watches your transcripts — no manual exports.

🔍

Intelligence

Natural language queries across all sessions. Powered by pgvector embeddings with HNSW indexing for sub-second results.

♾️

Continuity

Resume or dispatch tasks in the background. Fire-and-forget — get a job ID back, check status from any device.

Get started in 60 seconds

Terminal
$ pip install agentibridge
$ agentibridge run

Zero dependencies. Filesystem-only storage. Local MCP access via stdio.

Terminal
$ docker run -d --name agentibridge \
  -v ~/.claude:/data/claude \
  -p 8100:8100 \
  ghcr.io/the-cloud-clock-work/agentibridge:latest

Containerized with HTTP/SSE transport on port 8100.

Terminal
$ git clone https://github.com/The-Cloud-Clock-Work/agentibridge.git
$ cd agentibridge
$ docker compose up --build -d

Includes Redis caching + Postgres/pgvector for semantic search.

Terminal
$ docker compose --profile tunnel-named up -d

Everything in Compose + Cloudflare Tunnel, OAuth 2.1, zero inbound ports.

1

Install

One command. Pick pip, Docker, or Compose.

2

Configure

Add the MCP server URL to your client config.

3

Connect

Search, dispatch, and monitor from anywhere.

16 MCP Tools
573+ Tests
10,000+ Sessions Tested
< 100ms Latency
Extension

AgentiCore — Run Claude Code at Scale

Orchestrate everything. Fire-and-forget background tasks that never stop. AgentiCore extends AgentiBridge with full background task orchestration, OTEL observability, and fleet management.

Explore AgentiCore
Terminal
$ agenticore dispatch \
    --task "Refactor auth module to use JWT" \
    --repo ./my-project \
    --background

✓ Job dispatched: job_a8f3c2e1
✓ Status: running
✓ Monitor: agenticore status job_a8f3c2e1

16 MCP tools at your fingertips

Every tool you need to search, manage, and orchestrate Claude Code sessions.

Foundation

list_sessionsBrowse all indexed sessions
get_sessionRetrieve full session transcript
get_session_segmentFetch specific conversation segment
get_session_actionsList tool calls and actions taken
search_sessionsKeyword search across sessions
collect_nowTrigger immediate transcript indexing

AI-Powered

search_semanticNatural language search with embeddings
generate_summaryAI-generated session summaries

Dispatch

restore_sessionResume a previous session
dispatch_taskFire-and-forget background task
get_dispatch_jobCheck job status and results

Knowledge Catalog

list_memory_filesBrowse CLAUDE.md and memory files
get_memory_fileRead specific memory file contents
list_plansView generated implementation plans
get_planRead full plan details
search_historySearch across session history

Simple, powerful architecture

🤖
Claude Code
Agent
📥
Collector
Watches transcripts
💾
Store
FS / Redis / PG
MCP Server
16 tools
📱
Any Client
Any device

Frequently asked questions

History is the data layer. The product is remote fleet control — dispatch tasks from your phone, search sessions from any MCP client, monitor jobs from claude.ai. You go from 0% productivity away from your desk to full agent control from anywhere.

IDE history is excellent for local replay within that IDE. AgentiBridge adds remote multi-client access, background dispatch from any device, and semantic search across your full session history. When you leave your desk, your IDE can't dispatch a task from your phone — AgentiBridge can.

AgentiBridge is self-hosted, vendor-neutral infrastructure. It works with Claude Code, claude.ai, ChatGPT, Grok, and any MCP client. You control the storage backend, embedding model, and access policies. MIT licensed.

No. pip install agentibridge && agentibridge run works with zero dependencies. Add Redis and Postgres when you need caching and semantic search.

No. No telemetry, no SaaS. Cloudflare Tunnel is opt-in — your transcripts stay local. Read every line of the source code.

Claude Code CLI, claude.ai, ChatGPT, Grok, and any MCP-compatible client. Run agentibridge connect for ready-to-paste configs.

Stop being chained to your workstation.

Control your agents from anywhere.

Get Started
pip install agentibridge