Career OS MCP connectors

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.

MCP URL

/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.

Claude

  1. Open claude.ai and sign in.
  2. Go to Customize → Connectors (org owners: Organization settings → Connectors).
  3. Click Add custom connector. If asked for type, choose Web.
  4. Paste the MCP URL. Leave OAuth Client ID/Secret empty.
  5. Click Add, then Connect, and sign in to Career OS.
  6. In a chat, open + → Connectors and enable Career OS.

ChatGPT

  1. Turn on developer mode / custom connectors if your plan requires it.
  2. Create a connector and paste the MCP URL.
  3. Connect, then sign in to Career OS on the consent screen. Do not paste a static bearer token.

Cursor

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.

VS Code / GitHub Copilot

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.

Other hosts

  • Claude Desktop, Cursor stdio, Gemini CLI, Amazon Q, Zed, OpenCode: you can also run local stdio — see Local MCP.
  • Windsurf, Cline, and other stdio-only clients: proxy with npx -y mcp-remote MCP_URL if the host cannot speak Streamable HTTP OAuth itself.

What the tools can do

  • Read and overwrite the cloud resume (same row the editor uses)
  • Generate the main PDF (DOCX → iLovePDF) when conversion is configured on the server

Sign in · Resume editor · Tool list