Documentation Index
Fetch the complete documentation index at: https://docs.konbiniapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Codex works with KonbiniAPI’s hosted remote MCP.
Codex CLI
Add the remote server
Run:codex mcp add konbiniapi --url https://mcp.konbiniapi.com
Authenticate
Complete the login flow:codex mcp login konbiniapi
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
Open MCP settings
In the Codex app, go to Settings → MCP servers and click Add server.
Select Streamable HTTP
Select the Streamable HTTP protocol.
Enter the server URL
https://mcp.konbiniapi.com
Save the server
Leave the other fields empty (bearer token, headers, etc.) and click Save.
Authorize
The app will open a browser window to link your KonbiniAPI account.