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
Servidores relacionados
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Smart Prompts MCP Server
Fetches and manages prompts from GitHub repositories with intelligent discovery and composition features.
MCP Documentation Server
Integrates LLM applications with documentation sources using the Model Context Protocol.
MCP Gateway
A reverse proxy gateway for managing and accessing multiple MCP servers through a single entry point, deployable via Docker.
Azure MCP Server
All Azure MCP tools in a single server. The Azure MCP Server implements the MCP specification to create a seamless connection between AI agents and Azure services. Azure MCP Server can be used alone or with the GitHub Copilot for Azure extension in VS Code.
agentskill.sh
Search, discover, and install 55k+ AI agent skills for Claude Code, Cursor, Copilot, Windsurf, and more.
YepCode
Execute any LLM-generated code in the YepCode secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages
HiGHS MCP Server
Provides linear programming (LP) and mixed-integer programming (MIP) optimization capabilities using the HiGHS solver.
iOS MCP Server
An iOS mobile automation server using Appium and WebDriverAgent, built with clean architecture and SOLID principles.
Foundry MCP Server
A lightweight MCP server for Solidity development using the Foundry toolchain (Forge, Cast, and Anvil).
llm-mcp
A Ruby gem for integrating Large Language Models (LLMs) via the Model Context Protocol (MCP) into development workflows.