Add the same public MCP URL to Claude, ChatGPT, Cursor, VS Code / Copilot Chat, and other Streamable HTTP clients. Tools run as your signed-in Career OS account.
/api/mcp
That URL must be public HTTPS. Cloud agents call it from their servers, not from your laptop. Leave OAuth client ID and secret empty — Career OS registers the client automatically (DCR / CIMD). Full reference: Remote MCP docs.
Settings → Tools & MCP → add a new HTTP server, or put this in MCP config:
{
"mcpServers": {
"career-os": {
"url": "MCP_URL"
}
}
}
Cursor will open OAuth in the browser. Approve Career OS, then return to the chat.
In .vscode/mcp.json or user MCP settings:
{
"servers": {
"career-os": {
"type": "http",
"url": "MCP_URL"
}
}
}
Start the server from the MCP view and complete the browser sign-in when VS Code prompts.
npx -y mcp-remote MCP_URL if the host cannot speak Streamable HTTP OAuth itself.