Codex
Bubbling...
Prerequisites
Setup (CLI)
codex mcp add Dstl8 --env DSTL8_TOKEN=<your-token> -- npx -y mcp-remote https://<org_id>.app.dstl8.ai/mcp --header "Authorization: Bearer <your-token>"Setup (config file)
Option A: Remote HTTP (recommended)
[mcp_servers.Dstl8]
url = "https://<org_id>.app.dstl8.ai/mcp"
bearer_token_env_var = "DSTL8_TOKEN"Option B: Via mcp-remote
Verify
Troubleshooting
Last updated