Configure Glider with OpenAI Codex CLI.
dotnet tool install --global glider.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. Use --default-timeout to raise the 20 minute server-side timeout for larger solutions.glider --transport http --default-timeout 30m~/.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 = 1200/mcp to confirm the server is available.codex
# Then run: /mcp