llms.txt Content
# BringYour
> Move your AI agent between tools. Bootstrap a new agent from your public data. Keep your identity. Leave company data behind.
BringYour is a local-first CLI + MCP server (binary name: `portable`) that migrates AI agent harnesses across 13 tools (Claude Code, Cursor, Codex, OpenClaw, Aider, Continue, Cline, Goose, Zed, Roo Code, ChatGPT, Claude.ai, Copilot). It also bootstraps a new harness from a user's GitHub / RSS / Hacker News when they're new to AI and can't write `CLAUDE.md` from scratch. Transfers are device-to-device encrypted (AES-256-GCM + passphrase). Bundles are signed with ed25519. PII is scrubbed with regex + blocklist + identity-signal heuristics, every removal logged.
## Core product surfaces
- [Landing page](https://bringyour.ai/): product overview, install commands for migrate + bootstrap paths, 13-tool support matrix.
- [Source + issues](https://github.com/unitedideas/portable): Go CLI + MCP server. Private today; may be opened under BSL / OSS license after initial release.
## Installation
```
npx portable migrate --from claude-code --to cursor # move an existing agent
npx portable bootstrap --github yourname # start from a GitHub profile
```
## Support matrix (as of v0.54)
Bidirectional read + write: Claude Code, Cursor, Codex, OpenClaw, Aider, Continue, Cline, Goose, Zed, Roo Code.
Paste-interface (export-only): ChatGPT, Claude.ai.
Write-only: Copilot.
Every bidirectional-to-bidirectional pair works.
## Why this exists
- **Job changers** keep personal style + skills, leave the old company's data behind (audit-logged PII scrub).
- **Tool switchers** go Cursor → Codex, Claude Code → any, ChatGPT → Claude.ai in one command instead of rewriting.
- **Vendor evaluators** port one reference harness 13 ways in a morning instead of 13 separate rewrites.
- **New-to-AI users** bootstrap a functional first-draft harness from their GitHub without writing `CLAUDE.md` by hand.
## Trust layer
- Local-first: CLI run
OpenAPI Spec (preview)
openapi: 3.0.3
info:
title: BringYour API
description: |
Public surface for BringYour — the harness-migration tool + remote MCP server.
The primary programmable surface is the Model Context Protocol endpoint at
`/mcp` (streamable-http JSON-RPC 2.0). REST endpoints below are for discovery
and billing. All MCP `tools/call` invocations require a valid per-buyer
license key delivered via the `X-License-Key` header.
version: "1.0"
contact:
email: hello@bringyour.ai