Bring Your AI
No-data MCP endpoint for Claude Code to Codex harness migration checks.
Bring Your AI MCP
Public metadata repository for the Bring Your AI remote MCP server.
Bring Your AI moves agent-harness context between tools, starting with Claude Code to Codex. The paid CLI runs locally on the user's machine. This hosted MCP endpoint is intentionally no-data: it only exposes preview, target-listing, and install-command tools. It does not accept harness files, generated memories, project files, API keys, GitHub handles, or file contents.
Endpoint
https://bringyour.ai/mcp
Transport: streamable HTTP.
Official registry name:
ai.bringyour/bringyour
Manifest:
https://bringyour.ai/.well-known/mcp.json
Tools
preview_move- Preview supported source and destination harness moves without receiving user files.preview_build_setup- Preview first-setup generation options without receiving user files or work history.install_local_cli- Return local CLI installation commands and verification steps.list_targets- List supported source and destination agent harnesses.
Local CLI Flow
curl -fsSL https://bringyour.ai/install.sh | sh
bringyour preview --from claude-code --to codex
bringyour migrate --from claude-code --to codex --policy merge
Codex import validation pages:
Manual Codex-to-Codex sync:
bringyour sync export --root ~/.codex --out ./bya-codex-sync
bringyour sync plan --in ./bya-codex-sync --root ~/.codex
bringyour sync apply --in ./bya-codex-sync --root ~/.codex
Privacy Boundary
The remote MCP server must not receive private harness data. Actual migration and sync work happens through the local CLI or local MCP server. The hosted endpoint exists for discovery, preview, and install handoff.
Public Codex Artifacts
This repo also carries installable, no-secret public artifacts for auditing migrated Codex setups:
skills/bringyour-migration-auditor/SKILL.md- Codex skill for checking AGENTS.md/CLAUDE.md scope, hooks, MCP config, skills, secrets, and validation notes after a migration.agents/harness-migration-auditor.toml- Codex subagent config for the same read-only audit path.
Links
- Site: https://bringyour.ai
- Claude Code to Codex guide: https://bringyour.ai/claude-code-to-codex
- Codex import checklist: https://bringyour.ai/codex-import-checklist
- AGENTS.md vs CLAUDE.md guide: https://bringyour.ai/agents-md-claude-md
- OpenAPI: https://bringyour.ai/openapi.yaml
- llms.txt: https://bringyour.ai/llms.txt
関連サーバー
Alpha Vantage MCP Server
スポンサーAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Bloomfilter
Let AI agents search, register, and manage domains via API
Bonk MCP
Implements Solana blockchain functionality for the LetsBonk launchpad.
codegraph-rust
A blazingly fast codebase graphRAG implementation in 100% Rust
TMUX
Lets agents create sessions, split panes, run commands, and capture output with TMUX
SSE MCP Server Example
An example MCP Server demonstrating Server-Sent Events (SSE) usage.
Moralis
Interact with the Moralis Web3 API to access blockchain data and services.
Calva Backseat Driver
An MCP server for the Calva VS Code extension, allowing AI assistants to interact with a live Clojure REPL.
zig-mcp
MCP server for Zig that connects AI coding assistants to ZLS (Zig Language Server) via LSP — 16 tools for code intelligence, build, and test.
Zyla API Hub MCP Server
Connect any AI agent to 7,500+ APIs on the Zyla API Hub using a single MCP tool (call_api)