All guides
OpenAI One command

Codex

OpenAI's coding agent — add Engrama in config, then sign in with one command.

Your endpoint https://engrama.sinensia.com/mcp

Before you start

Config + sign in

Recommended
  1. 01

    Add Engrama to your config

    Open ~/.codex/config.toml and add the experimental remote client flag plus the server. (Or run codex mcp add engrama --url <your endpoint>.)

    ~/.codex/config.toml
    [features]
    experimental_use_rmcp_client = true
    
    [mcp_servers.engrama]
    url = "https://engrama.sinensia.com/mcp"
    startup_timeout_sec = 30
  2. 02

    Sign in

    Run this — a browser opens for the Engrama sign-in and the token is cached automatically. No key to paste.

    Terminal
    codex mcp login engrama

Bridge (older CLI)

Fallback

If your Codex build doesn't support remote OAuth yet, bridge through mcp-remote (needs Node.js).

  1. 01

    Use a stdio command instead

    Replace the server block with a command that runs the bridge:

    ~/.codex/config.toml
    [mcp_servers.engrama]
    command = "npx"
    args = ["-y", "mcp-remote", "https://engrama.sinensia.com/mcp"]
    startup_timeout_sec = 60
  2. 02

    Sign in

    On first run, mcp-remote opens the browser for the Engrama sign-in and caches the token.

Watch it done

Demo video coming soon.

Notes & troubleshooting

Stuck?

If a step doesn't match what you see, the app may have moved its menus. Reach us and we'll help you connect.

Request an invitation