404 Not Found
Use one of the exact built-in paths:
/MCP endpoint. Also check URL casing, reverse-proxy path rewriting, and whether the module providing the endpoint started successfully.
codex mcp login cannot discover OAuth
Open both metadata documents directly:
Client registration fails
Dynamic registration is optional. Ask the operator whether DCR is enabled and tested. Otherwise remove the MCP entry and add it again with a supplied client ID:Login succeeds but requests return 403
The account lacks one or more requested privileges. Compare each requested scope with its role privilege:
No tools or resources appear
- Confirm Codex is connected to the intended specialized endpoint.
- Run
codex mcp listand inspect/mcpinside Codex. - Check that the requested leaf scopes include the operation you expect.
- Check Neuron startup and event logs for module errors.
Bearer token works only in one terminal
--bearer-token-env-var stores the environment variable’s name, not its value. Define that variable in every process that launches Codex. Do not put the token itself in config.toml.