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
- 1Go to ChatGPT and click on your profile icon
- 2Navigate to Settings and enable Developer Mode
- 3Go to Settings > Connectors > Create
- 4Fill in the connector details:Name:YavyServer URL:
https://yavy.dev/mcp/your-project - 5Click Save to add your MCP server
- 6The 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" yavyor configure manually
config.toml
[mcp_servers.yavy]
url = "https://yavy.dev/mcp/your-project"Manual Setup Steps
- 1
Open the Codex configuration file:
~/.codex/config.toml - 2Copy the configuration above and paste it into your
config.tomlfile - 3Restart Codex CLI or VSCode extension for changes to take effect
- 4Verify installation by running
codex mcp list