No-data MCP handoff for local Claude Code to Codex harness moves. $49 lifetime.
claude mcp add bringyour --transport http https://bringyour.ai/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"bringyour": {
"url": "https://bringyour.ai/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bringyour": {
"serverUrl": "https://bringyour.ai/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"bringyour": {
"type": "http",
"url": "https://bringyour.ai/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"bringyour": {
"url": "https://bringyour.ai/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"bringyour": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bringyour.ai/mcp"
]
}
}
}
Free no-data preview for moving a harness between any two of the 13 supported tools (Claude Code, Cursor, Codex, OpenClaw, Aider, Continue, Cline, Goose, Zed, Roo Code, ChatGPT, Claude.ai, Copilot). Returns feasibility copy only. Does not accept or return mappings, file paths, generated content, or validation notes.
{
"additionalProperties": false,
"properties": {
"from": {
"description": "Source tool id, e.g. claude-code, cursor, codex, openclaw, aider, continue, cline, goose, zed, roo, chatgpt, claude-ai. Use list_targets for the full matrix.",
"type": "string"
},
"to": {
"description": "Target tool id, e.g. codex, cursor, claude-code, copilot. Use list_targets for the full matrix.",
"type": "string"
}
},
"required": [
"from",
"to"
],
"type": "object"
}
Free no-data preview for building a user's first setup in any of the 13 supported tools. Does not accept GitHub handles, generated memories, mappings, or file content.
{
"additionalProperties": false,
"properties": {
"to": {
"description": "Target tool id, e.g. claude-code, codex, cursor. Use list_targets for the full matrix.",
"type": "string"
}
},
"required": [
"to"
],
"type": "object"
}
{
"additionalProperties": false,
"type": "object"
}
Return no-data local install and MCP wiring commands. The remote server does not install anything and does not receive harness data.
{
"additionalProperties": false,
"properties": {
"target_agent": {
"description": "Optional: claude-code or codex.",
"type": "string"
}
},
"type": "object"
}
{
"additionalProperties": false,
"type": "object"
}
Quote a Bring Your AI lifetime license in USD. Human checkout uses Stripe Payment Links; agent checkout can settle a Link-issued Stripe shared payment token.
{
"additionalProperties": false,
"properties": {
"buyer_country": {
"description": "Optional ISO country code.",
"type": "string"
},
"currency": {
"description": "Optional requested currency. Only USD is currently supported.",
"type": "string"
},
"locale": {
"description": "Optional BCP 47 locale.",
"type": "string"
},
"product_id": {
"description": "Optional product id. Defaults to bringyour_founder_lifetime.",
"type": "string"
}
},
"type": "object"
}
Start checkout. With payment_mode=stripe_spt plus shared_payment_granted_token and buyer_email, settles a Stripe PaymentIntent and returns the signed license without opening a browser.
{
"additionalProperties": false,
"properties": {
"buyer_email": {
"description": "Email bound to the issued license. Required for stripe_spt settlement.",
"type": "string"
},
"email": {
"description": "Alias for buyer_email.",
"type": "string"
},
"payment_mode": {
"description": "stripe_payment_link, stripe_link, link, stripe_checkout, stripe_acp, stripe_spt, or x402.",
"type": "string"
},
"product_id": {
"description": "Optional product id. Defaults to bringyour_founder_lifetime.",
"type": "string"
},
"shared_payment_granted_token": {
"description": "Link-issued Stripe shared payment token. Required for stripe_spt settlement.",
"type": "string"
}
},
"type": "object"
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://bringyour.ai/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/ai.bringyour--bringyour/reviews or the review_server meta-tool.
POST /mcp