Skip to main content
Codex works with KonbiniAPI’s hosted remote MCP.

Codex CLI

1

Add the remote server

Run:
codex mcp add konbiniapi --url https://mcp.konbiniapi.com
2

Authenticate

Complete the login flow:
codex mcp login konbiniapi
3

Verify

Inside a Codex session, run /mcp to confirm the server is active.
If you prefer editing the config file directly, add the server to ~/.codex/config.toml:
[mcp_servers.konbiniapi]
url = "https://mcp.konbiniapi.com"
For project-scoped config, use .codex/config.toml in your project root instead.

Codex app

1

Open MCP settings

In the Codex app, go to Settings → MCP and click Add server.
2

Enter the server URL

https://mcp.konbiniapi.com
3

Authorize

The app will open a browser window to link your KonbiniAPI account.