Codex

Getting Started

To connect the remote enVector MCP server with Codexarrow-up-right, configure the setting as the following steps.

  1. Open Codex in your IDE and open config.toml in MCP settings.

    For example, open codex in VSCode and open settings: Settings > MCP settings > Open config.toml.

    enVector MCP Codex
  2. Configure ~/.codes/config.toml to connect the remote enVector MCP server:

    [features]
    rmcp_client = true
    
    [mcp_servers.enVector]
    url = "http://MCPHOST:MCPPORT/mcp"
  3. Check whether enVector MCP server is connected successfully.

Last updated