Quick start
Authenticate
Log in to your Relevance AI account:This opens your browser to authenticate. You only need to do this once per project.
Clone the agent skills
Give Codex built-in knowledge of Relevance AI by cloning the agent skills repository:This provides Codex with detailed context on how to work with agents, tools, workforces, knowledge, and more — so it can handle complex tasks correctly on the first try.
Example prompts
Once connected, you can start building immediately:- Agents
- Tools
- Evaluate & debug
Working with multiple projects
If you work across multiple Relevance AI projects, add a separate MCP server entry for each:Troubleshooting
MCP server not connecting
MCP server not connecting
- Ensure you have run
codex mcp add relevance-ai --url https://mcp.relevanceai.com/ - Check that authentication completed successfully with
codex mcp login relevance-ai - Verify your internet connection and that
https://mcp.relevanceai.com/is accessible
Authentication issues
Authentication issues
- Make sure you have an active Relevance AI account
- Check that you have access to the project you are trying to connect to
- Try re-authenticating with
codex mcp login relevance-ai
Tools not appearing
Tools not appearing
- Verify you have completed authentication
- Check that your Relevance AI project has tools and agents configured
- Try removing and re-adding the MCP server
Codex not using agent skills
Codex not using agent skills
- Confirm the agent skills are cloned to the correct path:
~/.agents/skills/relevance-ai - Run
ls ~/.agents/skills/relevance-ai/SKILL.mdto verify the files exist - Pull the latest version:
cd ~/.agents/skills/relevance-ai && git pull

