ChatGPT MCP Setup

Connect Yavy to ChatGPT using MCP. Give OpenAI's assistant access to your real documentation for grounded answers.

Configuration

ChatGPT

Setup Steps

  1. 1
    Go to ChatGPT and click on your profile icon
  2. 2
    Navigate to Settings and enable Developer Mode
  3. 3
    Go to Settings > Connectors > Create
  4. 4
    Fill in the connector details:
    Name:Yavy
    Server URL:https://yavy.dev/mcp/your-project
  5. 5
    Click Save to add your MCP server
  6. 6
    The MCP tools will now be available in both Chat mode and Deep Research mode

Codex CLI

Quick Install

Run this command in your terminal to add the MCP server:

terminal
codex mcp add --url "https://yavy.dev/mcp/your-project" yavy
or configure manually
config.toml
[mcp_servers.yavy]
url = "https://yavy.dev/mcp/your-project"

Manual Setup Steps

  1. 1

    Open the Codex configuration file:

    ~/.codex/config.toml
  2. 2
    Copy the configuration above and paste it into your config.toml file
  3. 3
    Restart Codex CLI or VSCode extension for changes to take effect
  4. 4
    Verify installation by running codex mcp list

Next Steps