Streamable HTTP endpoint
Connect Vitae to your AI client
Use Vitae candidates, jobs, clients, pipeline actions, workflows, reports, and Ask Vitae from Claude Code, Codex, or ChatGPT with your own account permissions.
Connection setup
Copy the endpoint once, then use the tab for the client you are connecting.
Claude Code setup
Terminal first-
1
Add the remote HTTP server
Run this from any project. The user scope makes Vitae available across your local Claude Code sessions.
claude mcp add --transport http vitae --scope user https://mcp.vitae.ai/mcp -
2
Authenticate from Claude Code
Start Claude Code, run
/mcp, choosevitae, and complete the Vitae OAuth flow in your browser. -
3
Verify the connection
Run
claude mcp listor reopen/mcp. Then ask Claude Code to use Vitae data in the current task.
Codex setup
Terminal first-
1
Add the remote HTTP server
Register Vitae in your user-level Codex configuration.
codex mcp add vitae --url https://mcp.vitae.ai/mcp -
2
Authenticate with OAuth
Run
codex mcp login vitae, then complete the Vitae authorization flow in your browser. -
3
Verify the connection
Run
codex mcp get vitaeorcodex mcp list. Open a new Codex task if the current one does not refresh its tools.
ChatGPT setup
Connector first-
1
Enable developer mode
Open ChatGPT settings, go to Apps & Connectors, open Advanced settings, and enable developer mode if your workspace allows it.
-
2
Create the connector
Go to Settings > Connectors > Create. Use
Vitaeas the name and paste the MCP endpoint above as the connector URL. -
3
Use it in a chat
After ChatGPT lists the available tools, open a new chat, click the plus button, choose More, and add the Vitae connector to the conversation.