Om MCP Configuration Options
What you can configure in Codex, Claude Code, and other clients when connecting to the hosted Om MCP.
Om MCP is a hosted remote MCP server. In practice, the important configuration lives in your MCP client: the server URL and the auth flow. Unlike some hosted MCP products, Om MCP does not currently expose URL query parameters for read-only mode, project scoping, or feature-group selection.
Core connection settings
| Setting | Value | Notes |
|---|---|---|
| MCP URL | https://agents.omtx.ai/mcp | Hosted Om MCP endpoint. |
| Transport | streamable HTTP | Remote MCP clients should connect over HTTPS. |
| Authentication | OAuth 2.0 | Hosted Om MCP expects the client’s remote-MCP OAuth flow rather than manual API-key headers. |
| Direct API auth | x-api-key or Authorization: Bearer <OAuth access token> | This applies to direct `/v2/*` API routes, not hosted MCP startup. Hosted Om MCP uses OAuth. |
Common client-side settings
Codex add commandBash
codex mcp add omtx --url https://agents.omtx.ai/mcp
codex mcp login --scopes email omtxCodex remote MCP configtoml
[mcp_servers.omtx]
url = "https://agents.omtx.ai/mcp"- Use
codex mcp login --scopes email omtxafter adding the server. - Add timeout overrides only if your local setup actually needs them.
- For most users, the clean default config is enough.
What Om MCP does not currently expose
Om MCP does not currently document customer-facing URL query parameters for feature toggles, read-only mode, or project scoping. The public contract today is one hosted server plus client-managed OAuth login.
Recommended defaults
- Use
https://agents.omtx.ai/mcpas the server URL. - In Codex, add the server and then run
codex mcp login --scopes email omtx. - In Claude Code, add the server and then use
/mcpto authenticate. - Restart the client after any MCP config change.
- Start by verifying
om_statusbefore moving into Diligence, Data Access, or Hub workflows.