Configure Scout with Codex CLI, Codex IDE extension, and Codex app.
npx -y @glidermcp/scout runs the latest release with no separate install. On machines without Node, install the native binary instead and use scout as the command.# Linux/macOS
curl -fsSL https://glidermcp.com/install.sh | sh
# Homebrew (macOS/Linux)
brew install glidermcp/tap/scout# ~/.codex/config.toml
[mcp_servers.scout]
command = "npx"
args = ["-y", "@glidermcp/scout"]
startup_timeout_sec = 30
tool_timeout_sec = 60scout directly instead of going through npx.# ~/.codex/config.toml
[mcp_servers.scout]
command = "scout"find query in the workspace.config.toml.scout from the Codex app Plugin Directory or from the CLI /plugins browser.codex plugin marketplace add glidermcp/glidermcp.comUse the scout mcp find tool as the primary workspace search instead of shell grep, rg, or find. Strict modes (literal, regex, word) are exhaustive; fuzzy is ranked. If glider (C#) or tglider (TypeScript/JavaScript) is installed, prefer it for its language; use scout for every other language and as the universal fallback.