Use this guide to connect Codex to the Sevalla MCP server atDocumentation Index
Fetch the complete documentation index at: https://docs.sevalla.com/llms.txt
Use this file to discover all available pages before exploring further.
https://mcp.sevalla.com/mcp.
After setup, Codex can use Sevalla MCP tools such as search and execute.
Quick setup (CLI + OAuth)
OAuth is the recommended authentication method.- Add the remote MCP server:
- Authenticate with OAuth:
- Verify configuration:
Manual configuration (config.toml)
Codex uses TOML (not JSON) for MCP configuration.
You can configure MCP servers in:
~/.codex/config.toml(user scope).codex/config.toml(project scope, trusted projects only)
Configuration scope
- User scope:
~/.codex/config.toml, available in all projects. - Project scope:
.codex/config.toml, loaded only when the project is trusted.
Uninstall
Run the following:Reference
- Sevalla MCP endpoint:
https://mcp.sevalla.com/mcp - Sevalla MCP repository: github.com/sevalla-hosting/mcp