Configure Glider with Codex CLI, Codex IDE extension, and Codex app.
dotnet tool install --global glider.dotnet tool install --global gliderglider is available on PATH.# bash/zsh
export PATH="$PATH:$HOME/.dotnet/tools"
which glider~/.codex/config.toml or Windows %USERPROFILE%\.codex\config.toml. Codex CLI, the IDE extension, and the Codex app share this config. Codex MCP docs: developers.openai.com/codex/mcp.# ~/.codex/config.toml
[mcp_servers.glider]
command = "glider"
args = ["--default-timeout", "30m"]
startup_timeout_sec = 30
tool_timeout_sec = 1800config.toml./plugins browser.codex plugin marketplace add glidermcp/glidermcp.comhttp://localhost:5001/mcp. Use only one glider server entry unless you intentionally want separate stdio and HTTP configs.glider --transport http --default-timeout 30m
# ~/.codex/config.toml
[mcp_servers.glider]
url = "http://localhost:5001/mcp"
tool_timeout_sec = 1800/mcp to confirm the server is available.codex
# Then run: /mcp