Configure Glider with OpenAI Codex CLI.
dotnet tool install --global gliderglider is available on PATH.# bash/zsh
export PATH="$PATH:$HOME/.dotnet/tools"
which gliderhttp://localhost:5001/mcp). Add --verbose for logs if needed.glider --transport http~/.codex/config.toml, Windows %USERPROFILE%\.codex\config.toml. Codex does not currently support per-repo MCP config, so this is user-scoped. Codex docs: developers.openai.com/codex/mcp.# ~/.codex/config.toml
[mcp_servers.glider]
url = "http://localhost:5001/mcp"
tool_timeout_sec = 300/mcp to confirm the server is available.codex
# Then run: /mcp--profile glider. Note: some Codex builds only show globally-configured servers in /mcp; if Glider doesn’t appear, move it back to [mcp_servers.glider].# ~/.codex/config.toml
[profiles.glider]
[profiles.glider.mcp_servers.glider]
url = "http://localhost:5001/mcp"
tool_timeout_sec = 300
# Run with:
# codex --profile glider