Om MCP Configuration Options
What you can configure in Claude, Codex, Cursor, VS Code, Copilot, Gemini, Grok, 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 MCP uses OAuth. |
Pick your agent harness
Claude
Custom connector or claude mcp add, then /mcp.
Codex
ChatGPT plugin or codex mcp add, then email-only login.
Cursor
.cursor/mcp.json, then Connect in Tools & MCP.
VS Code
.vscode/mcp.json with type http.
GitHub Copilot
copilot mcp add, then copilot -i /mcp.
Gemini CLI
gemini mcp add, then /mcp auth omtx.
Grok
grok mcp add, then complete OAuth on first use.
Other MCP clients
Same hosted URL for any remote HTTP MCP client.
Common client-side settings
claude mcp add --transport http omtx https://agents.omtx.ai/mcp{
"mcpServers": {
"omtx": {
"type": "http",
"url": "https://agents.omtx.ai/mcp"
}
}
}- Use
claude mcp add --transport http omtx https://agents.omtx.ai/mcpfor the simplest CLI setup. - In Claude.ai, add a custom connector named Om and paste the same URL.
- Restart Claude Code after adding the server, then use
/mcpto authenticate.
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. - Complete the client OAuth flow. Om asks for email only.
- Restart the client after any MCP config change.
- Start by verifying
om_statusbefore moving into Diligence, Data Access, or Hub workflows.