Configure GliderTrace with Codex CLI, Codex IDE extension, and Codex app.
dotnet tool install --global glider-trace.dotnet tool install --global glider-traceglider-trace is available on PATH.# bash/zsh
export PATH="$PATH:$HOME/.dotnet/tools"
which glider-trace~/.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-trace]
command = "glider-trace"
startup_timeout_sec = 30
tool_timeout_sec = 1200config.toml.glider-trace from the Codex app Plugin Directory or from the CLI /plugins browser.codex plugin marketplace add glidermcp/glidermcp.comhttp://localhost:5003/mcp.glider-trace --transport http --port 5003
# ~/.codex/config.toml
[mcp_servers.glider-trace]
url = "http://localhost:5003/mcp"
tool_timeout_sec = 1200/mcp to confirm the server is available.codex
# Then run: /mcpWhen you need runtime evidence for .NET code, prefer glider-trace mcp before ad hoc shell runs. Use GliderTrace for test runs, workspace command runs, failure summaries, exception and stack evidence, stdout/stderr summaries, counters, traces, dumps, GC dumps, and artifact indexing. Use plain CLI commands only for simple file operations or commands where no captured evidence or session history is needed.