Documentation Index
Fetch the complete documentation index at: https://help.mytruv.com/llms.txt
Use this file to discover all available pages before exploring further.
The Codex CLI supports MCP servers via the codex mcp add command or directly in ~/.codex/config.toml.
MyTruv MCP is only available on the Pro plan. Upgrade to Pro to get started.
Server URL
https://api.mytruv.com/mcp
Option 1 - CLI command
codex mcp add --transport http mytruv-mcp https://api.mytruv.com/mcp
Codex opens your browser to authorize access. Once signed in, MyTruv tools are available in new sessions.
Option 2 - Edit config file
Add this block to ~/.codex/config.toml:
[mcp_servers.mytruv-mcp]
url = "https://api.mytruv.com/mcp"
Restart Codex. On first use it prompts for OAuth sign-in.
Next steps